Initializes a new instance of the ManagementPack class.
Overload List
| Name | Description | 
|---|---|
| ManagementPack (String) | Initializes a new instance of the ManagementPack class from the specified file path. | 
| ManagementPack (String, IManagementPackStore) | Initializes a new instance of the ManagementPack class by loading the ManagementPack object from the specified file path. | 
| ManagementPack (String, String[]) | Initializes a new instance of the ManagementPack class given the specified file path and directory list. | 
| ManagementPack (TextReader, IManagementPackStore) | Initializes a new instance of the ManagementPack class by reading the contents of a management pack from a string by using a TextReader object. | 
| ManagementPack (String, String, Version, IManagementPackStore) | Initializes a new instance of the ManagementPack class in memory. | 
See Also
Reference
ManagementPack Class
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace