Compartir a través de


LoadXmlHelpers.GetManagementClassDescription Method (String)

Gets the description for a single Configuration Manager management class.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim className As String
Dim returnValue As ManagementClassDescription

returnValue = LoadXmlHelpers.GetManagementClassDescription(className)

Syntax

'Declaration
Public Shared Function GetManagementClassDescription ( _
    className As String _
) As ManagementClassDescription
public static ManagementClassDescription GetManagementClassDescription (
    string className
)
public:
static ManagementClassDescription^ GetManagementClassDescription (
    String^ className
)
public static ManagementClassDescription GetManagementClassDescription (
    String className
)
public static function GetManagementClassDescription (
    className : String
) : ManagementClassDescription

Parameters

Return Value

ManagementClassDescription object that represents the class description.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

The requested class information was not found.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

LoadXmlHelpers Class
LoadXmlHelpers Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ManagementClassDescription Class