Microsoft.EnterpriseManagement.Configuration.IO Namespace
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Contains classes that are used to write management packs to sealed assemblies and XML files, define the directory where management packs are stored, and define the information stored in the management pack assembly.
Classes
Class | Description |
---|---|
ManagementPackAssemblyWriter | Writes a management pack in a sealed format (.MP). |
ManagementPackAssemblyWriterSettings | Contains property values that are used by the ManagementPackAssemblyWriter class to create a sealed management pack in a .dll file. |
ManagementPackFileStore | 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. |
ManagementPackWriter | Serves as an abstract base class for classes that are used for writing and updating management packs. |
ManagementPackXmlWriter | Writes a ManagementPack object to an XML writer object. |
Enumerations
Enumeration | Description |
---|---|
ManagementPackVerificationTypes | Specifies the verification type used by the management pack. |