NativeServices.RunWmiStaticMethod
Method | |
---|---|
Module | NativeServices |
Library | Core |
Action | Run a WMI class method. |
Parameters |
|
| |
| |
NoteFor Available from v8.0. | |
Additional parameters for the specific method call. Their names are prefixed with " | |
Return values | The output, if any, from the method. |
Example | NativeServices.RunWmiStaticMethod(Namespace:"root\\cimv2", Class:"Win32_Process", Method:"Create", Param_Commandline:"notepad.exe"); |
Platforms |
|
Notes |