WmiSmoObject.InvokeMgmtMethod Method
Invokes the management method for the referenced object.
Overload List
Name | Description |
---|---|
WmiSmoObject.InvokeMgmtMethod (ManagementObject, String, Object[]) |
Invokes the management method for the referenced object with the specified management object, method name, and parameters.
|
WmiSmoObject.InvokeMgmtMethod (ManagementObject, ManagementOperationObserver, String, Object[]) |
Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters.
|
See Also