Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
cimClass
Type: Microsoft.Management.Infrastructure.CimClassThe CimClass to use when creating a CimInstanceobject.
See Also
CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top