Contains the classes used to create, read, and write management pack packages. A management pack package is created to import multiple management packs and their resourced files into a Service Manager server.
Classes
| Class | Description |
|---|---|
| ManagementPackBundle | Specifies the base class for all management pack packages. |
| ManagementPackBundleFactory | Provides a factory class that creates the resources used by the management pack bundles. |
| ManagementPackBundleReader | Specifies the base class for all management pack packages readers. |
| ManagementPackBundleStreamSignature | Represents the management pack bundle stream signature. |
| ManagementPackBundleWriter | Specifies the base class for all management pack packages writers. |