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 extension (.mp). | |
XmlExtension | A string constant used to define the Management Pack XML file extension (.xml). |
Top
Public Properties
Name | Description | |
---|---|---|
Directories | The list of directories currently in the search path. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddDirectory | Overloaded. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetManagementPack | 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. | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
RemoveDirectory | Overloaded. Removes a directory from the list of include directories (the list of directories to search when loading Management Pack references). | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ManagementPackFileStore Class
Microsoft.EnterpriseManagement.Configuration.IO Namespace