CimInstance Constructor (CimClass)

 

Initializes a new instance of the CimInstance class.

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

Syntax

public CimInstance(
    CimClass cimClass
)
public:
CimInstance(
    CimClass^ cimClass
)
new : 
        cimClass:CimClass -> CimInstance
Public Sub New (
    cimClass As CimClass
)

Parameters

See Also

CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace

Return to top