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
className
Type: System.StringThe class name to use when initializing the new CimInstance object.
See Also
CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top