ManagementPackFileStore Members
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. | |
Features | Returns the features associated with this container instance. (inherited from Container) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddDirectory | Overloaded. | |
AddService | Overloaded. (inherited from Container) | |
Configure | (inherited from Container) | |
Dispose | Overloaded. Defines a method to release allocated resources. (inherited from Container) | |
Equals | Overloaded. (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 | (inherited from Container) | |
GetServices | Returns all services of the specified type. (inherited from Container) | |
GetType | (inherited from Object) | |
HasService | (inherited from Container) | |
Initialize | (inherited from Container) | |
LookupService | (inherited from Container) | |
RecycleService | (inherited from Container) | |
ReferenceEquals | (inherited from Object) | |
RemoveDirectory | Overloaded. Removes a directory from the list of include directories (the list of directories to search when management pack references are loaded). | |
RemoveService | (inherited from Container) | |
RemoveServices | Removes all services from the container. (inherited from Container) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Container) | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Explicit Interface Implementations
Top
See Also
Reference
ManagementPackFileStore Class
Microsoft.EnterpriseManagement.Configuration.IO Namespace