Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackStore |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class ManagementPackStore Inherits Container Implements IManagementPackStore, IContainer, IInitializable, IDisposable |
C# |
---|
[SerializableAttribute] public abstract class ManagementPackStore : Container, IManagementPackStore, IContainer, IInitializable, IDisposable |
C++ |
---|
[SerializableAttribute] public ref class ManagementPackStore abstract : public Container, IManagementPackStore, IContainer, IInitializable, IDisposable |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class ManagementPackStore extends Container implements IManagementPackStore, IContainer, IInitializable, IDisposable |
JScript |
---|
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
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.