ManagementPack Constructor (String, String, Version, IManagementPackStore)
Initializes a new instance of the ManagementPack class in memory.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim Name As String
Dim FriendlyName As String
Dim version As Version
Dim storeForReferences As IManagementPackStore
Dim instance As New ManagementPack(Name, FriendlyName, version, storeForReferences)
Syntax
'Declaration
Public Sub New ( _
Name As String, _
FriendlyName As String, _
version As Version, _
storeForReferences As IManagementPackStore _
)
public ManagementPack (
string Name,
string FriendlyName,
Version version,
IManagementPackStore storeForReferences
)
public:
ManagementPack (
String^ Name,
String^ FriendlyName,
Version^ version,
IManagementPackStore^ storeForReferences
)
public ManagementPack (
String Name,
String FriendlyName,
Version version,
IManagementPackStore storeForReferences
)
public function ManagementPack (
Name : String,
FriendlyName : String,
version : Version,
storeForReferences : IManagementPackStore
)
Parameters
- Name
The name of the management pack to create.
- FriendlyName
The friendly name of the management pack to create. Cannot be null.
- version
The version to use for the newly created management pack.
- storeForReferences
The store to load references from. The store is usually represented by a ManagementPackFileStore object when you are working with management packs in the file system or an EnterpriseManagementGroup object when you are working with a SystemCenter-based installation.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPack Class
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace