CimSession.InvokeMethod Method
Used for invoking instance methods or static methods.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
InvokeMethod(CimInstance, String, CimMethodParametersCollection) | Invokes an instance method. |
|
InvokeMethod(String, CimInstance, String, CimMethodParametersCollection) | Invokes an instance method. |
|
InvokeMethod(String, CimInstance, String, CimMethodParametersCollection, CimOperationOptions) | Invokes an instance method. |
|
InvokeMethod(String, String, String, CimMethodParametersCollection) | Invokes an instance method. |
|
InvokeMethod(String, String, String, CimMethodParametersCollection, CimOperationOptions) | Invokes an instance method. |
See Also
CimSession Class
Microsoft.Management.Infrastructure Namespace
Return to top