VmRunProgramFlags Enumeration
Specifies the behavior of a program that is executed by VMWare's vmrun.exe application.
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.
[FlagsAttribute]
public enum VmRunProgramFlags
<FlagsAttribute>
Public Enumeration VmRunProgramFlags
Dim instance As VmRunProgramFlags
[FlagsAttribute]
public enum class VmRunProgramFlags
[<FlagsAttribute>]
type VmRunProgramFlags
No code example is currently available or this language may not be supported.
None |
1 |
Run the program using the default behavior.
|
NoWait |
2 |
Returns a prompt immediately after the program starts in the guest operating system, rather than waiting for it to finish.
This option is useful for interactive programs.
|
ActiveWindow |
4 |
Ensures that the program window is visible, not minimized, in the guest operating system.
This option has no effect on Linux.
|
Interactive |
8 |
Forces interactive guest login.
This option is useful for Windows VISTA guests to make the program visible in he console window.
|