VmRunWrapperProcessRun Method
Runs a new process in the guest operating system of the specified virtual machine.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
member ProcessRun :
vm : VMWareVirtualMachine *
executablePath : string *
flags : VmRunProgramFlags *
?arguments : string
(* Defaults:
let _arguments = defaultArg arguments ""
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- executablePath String
-
The full path to the executable file in the guest operating system.
- flags VmRunProgramFlags
-
Flags that determine the runtime behavior. You can combine the flags.
- arguments String (Optional)
-
The program arguments.