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
System_CAPS_pubmethod InvokeMethod(CimInstance, String, CimMethodParametersCollection)

Invokes an instance method.

System_CAPS_pubmethod InvokeMethod(String, CimInstance, String, CimMethodParametersCollection)

Invokes an instance method.

System_CAPS_pubmethod InvokeMethod(String, CimInstance, String, CimMethodParametersCollection, CimOperationOptions)

Invokes an instance method.

System_CAPS_pubmethod InvokeMethod(String, String, String, CimMethodParametersCollection)

Invokes an instance method.

System_CAPS_pubmethod InvokeMethod(String, String, String, CimMethodParametersCollection, CimOperationOptions)

Invokes an instance method.

See Also

CimSession Class
Microsoft.Management.Infrastructure Namespace

Return to top