ManagementPackStore Class

Represents a set of file directories where management packs are stored.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackStore

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class ManagementPackStore
    Inherits Container
    Implements IManagementPackStore, IContainer, IInitializable, IDisposable
[SerializableAttribute] 
public abstract class ManagementPackStore : Container, IManagementPackStore, IContainer, IInitializable, 
    IDisposable
[SerializableAttribute] 
public ref class ManagementPackStore abstract : public Container, IManagementPackStore, IContainer, IInitializable, 
    IDisposable
/** @attribute SerializableAttribute() */ 
public abstract class ManagementPackStore extends Container implements IManagementPackStore, IContainer, 
    IInitializable, IDisposable
SerializableAttribute 
public abstract class ManagementPackStore extends Container implements IManagementPackStore, IContainer, 
    IInitializable, IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Container
    Microsoft.EnterpriseManagement.ManagementPackStore
       Microsoft.EnterpriseManagement.Configuration.IO.ManagementPackFileStore
       Microsoft.EnterpriseManagement.Configuration.ManagementPack
       Microsoft.EnterpriseManagement.EnterpriseManagementGroup

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackStore Members
Microsoft.EnterpriseManagement Namespace