ManagementPackStore Class

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a set of file directories where management packs are stored.

public ref class ManagementPackStore abstract : Microsoft::EnterpriseManagement::Container, IDisposable, Microsoft::EnterpriseManagement::IManagementPackStore
[System.Serializable]
public abstract class ManagementPackStore : Microsoft.EnterpriseManagement.Container, IDisposable, Microsoft.EnterpriseManagement.IManagementPackStore
type ManagementPackStore = class
    inherit Container
    interface IManagementPackStore
    interface IContainer
    interface IInitializable
    interface IDisposable
Public MustInherit Class ManagementPackStore
Inherits Container
Implements IDisposable, IManagementPackStore
Inheritance
ManagementPackStore
Derived
Attributes
Implements

Constructors

ManagementPackStore()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ManagementPackStore class.

Properties

Extensions

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the access to extensions.

Features

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the features associated with this container instance.

(Inherited from Container)
LifetimeManagers

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the lifetime managers of this container instance.

(Inherited from Container)
Registry

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the extension registry.

Methods

AddService<T,V>(String, ActivationContext<V>)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds a new service to the container.

(Inherited from Container)
AddService<T,V>(String, V)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds a new service to the container by instantiating the type T. The default lifetime will be singleton.

(Inherited from Container)
Configure(Stream)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes the container from the stream.

(Inherited from Container)
Dispose()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from Container)
Dispose(Boolean)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Releases the unmanaged resources used by the Container class and optionally releases the managed resources.

(Inherited from Container)
GetManagementPack(String, String, Version)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a ManagementPack object from the management pack store.

GetService<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Searches for and returns the specified service.

(Inherited from Container)
GetServices<T>()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns all services of the specified type.

(Inherited from Container)
HasService<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the specified container has the named service.

(Inherited from Container)
Initialize(IContainer)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes the current instance when called.

(Inherited from Container)
LookupService(Object)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the name the specified service is filed under.

(Inherited from Container)
RecycleService<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Recycles the instance of this service.

(Inherited from Container)
RemoveService(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes the service with the specified name.

(Inherited from Container)
RemoveServices()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes all services from the container.

(Inherited from Container)

Explicit Interface Implementations

IManagementPackStore.DerivedTypes
IManagementPackStore.EntityTypes
IManagementPackStore.ImageReferences
IManagementPackStore.ManagementPacks
IManagementPackStore.Monitoring
IManagementPackStore.Presentation

Applies to