[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Initializes a new instance of the
ManagementPack class from the specified file path.
Namespace:
Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
Dim filepath As String
Dim instance As New ManagementPack(filepath)
|
Syntax
Visual Basic |
Public Sub New ( _
filepath As String _
)
|
C# |
public ManagementPack (
string filepath
)
|
C++ |
public:
ManagementPack (
String^ filepath
)
|
J# |
public ManagementPack (
String filepath
)
|
JScript |
public function ManagementPack (
filepath : String
)
|
Parameters
- filepath
-
The path from which to load the management pack. The file
extension must be .xml or .mp.
Remarks
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also