CimSession.GetClassAsync Method
Gets a CIM class object asynchronously based on a specific class name.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
GetClassAsync(String, String) | Asynchronous method that gets a CimClass object based on a specific class name. |
|
GetClassAsync(String, String, CimOperationOptions) | Asynchronous method that gets a CimClass object based on a specific class name. |
See Also
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top