ManagementPackFileStore Members
[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 system directories where management packs are stored. This class is used as a parameter to the ManagementPack class constructor to specify directories to load management pack references from.
The following tables list the members exposed by the ManagementPackFileStore type.
Public Constructors
Name | Description | |
---|---|---|
ManagementPackFileStore | Overloaded. Initializes a new ManagementPackFileStore object. |
Top
Public Fields
Name | Description | |
---|---|---|
AssemblyExtension | A string constant used to define the management pack assembly file type extension (.mp). | |
XmlExtension | A string constant used to define the management pack XML file type extension (.xml). |
Top
Public Properties
Name | Description | |
---|---|---|
Directories | The list of directories currently in the search path. | |
Extensions | Gets the access to extensions. (inherited from ManagementPackStore) | |
Features | Returns the features associated with this container instance. (inherited from Container) | |
LifetimeManagers | Gets the lifetime managers of this container instance. (inherited from Container) | |
Registry | Gets the extension registry. (inherited from ManagementPackStore) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddDirectory | Overloaded. | |
AddService | Overloaded. (inherited from Container) | |
Configure | Initializes the container from the stream. (inherited from Container) | |
Dispose | Overloaded. Defines a method to release allocated resources. (inherited from Container) | |
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetManagementPack | Overridden. Gets a management pack with the specified identifier, key token, and version from the file system. This method searches the list of include directories specified in the ManagementPackFileStore constructor to load the specified management pack. | |
GetManagementPackLocalPath | Retrieves the management pack local path. | |
GetManagementPacks | Retrieves all the management packs in this store. | |
GetService | Searches for and returns the specified service. (inherited from Container) | |
GetServices | Returns all services of the specified type. (inherited from Container) | |
GetType | (inherited from Object) | |
HasService | Determines whether the specified container has the named service. (inherited from Container) | |
Initialize | Initializes the current instance when called. (inherited from Container) | |
LookupService | Gets the name the specified service is filed under. (inherited from Container) | |
RecycleService | Recycles the instance of this service. (inherited from Container) | |
RemoveDirectory | Overloaded. Removes a directory from the list of include directories (the list of directories to search when management pack references are loaded). | |
RemoveService | Removes the service with the specified name. (inherited from Container) | |
RemoveServices | Removes all services from the container. (inherited from Container) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Defines a method to release allocated resources. (inherited from Container) | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ManagementPackFileStore Class
Microsoft.EnterpriseManagement.Configuration.IO Namespace