An implementation of the IVirtualMachine interface for VMWare virtual machines.
Inheritance Hierarchy
Kernel.Debug.Debugger VMWare_VM
Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
The VMWare_VM type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VMWare_VM | Initializes a new instance of the VMWare_VM class |
Methods
Name | Description | |
---|---|---|
![]() | CloseVixObject | |
![]() | Dispose |
The necessary dispose method. Calls PowerOff.
|
![]() | PowerOff |
Powers off (i.e. stops) the VM.
|
![]() | PowerOn |
Powers on (i.e. starts) the VM.
|
Fields
Name | Description | |
---|---|---|
![]() | VIX_Lib | |
![]() | vmPoweredOn |
Properties
Name | Description | |
---|---|---|
![]() | PoweredOn |
Whether the VM is powered on or not (i.e. running or not).
|
See Also