CimInstance Constructor (CimInstance)
Initializes a new instance of the CimInstance class by creating a detailed copy of the specified CimInstance object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimInstance(
CimInstance cimInstanceToClone
)
public:
CimInstance(
CimInstance^ cimInstanceToClone
)
new :
cimInstanceToClone:CimInstance -> CimInstance
Public Sub New (
cimInstanceToClone As CimInstance
)
Parameters
cimInstanceToClone
Type: Microsoft.Management.Infrastructure.CimInstanceThe CimInstance object to copy.
See Also
CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top