CimInstance Constructor (String, 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,
string namespaceName
)
public:
CimInstance(
String^ className,
String^ namespaceName
)
new :
className:string *
namespaceName:string -> CimInstance
Public Sub New (
className As String,
namespaceName As String
)
Parameters
className
Type: System.StringThe CimInstance object to copy.
namespaceName
Type: System.StringThe namespace to use when creating the new instance.
See Also
CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top