CimInstance Constructor (String)

 

Initializes a new instance of the CimInstance class.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public CimInstance(
    string className
)
public:
CimInstance(
    String^ className
)
new : 
        className:string -> CimInstance
Public Sub New (
    className As String
)

Parameters

See Also

CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace

Return to top