WmiSmoObject.InvokeMgmtMethod Method
Include Protected Members
Include Inherited Members
Invokes the management method for the referenced object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
InvokeMgmtMethod(ManagementObject, String, array<Object[]) | Invokes the management method for the referenced object with the specified management object, method name, and parameters. | |
InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object[]) | Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters. |
Top