VMWare_VM Class Fling OS
An implementation of the IVirtualMachine interface for VMWare virtual machines.
Inheritance Hierarchy

System Object
  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

public class VMWare_VM : IVirtualMachine, IDisposable

The VMWare_VM type exposes the following members.

Constructors

  NameDescription
Public methodVMWare_VM
Initializes a new instance of the VMWare_VM class
Top
Methods

  NameDescription
Private methodCloseVixObject
Public methodDispose
The necessary dispose method. Calls PowerOff.
Public methodPowerOff
Powers off (i.e. stops) the VM.
Public methodPowerOn
Powers on (i.e. starts) the VM.
Top
Fields

  NameDescription
Private fieldVIX_Lib
Private fieldvmPoweredOn
Top
Properties

  NameDescription
Public propertyPoweredOn
Whether the VM is powered on or not (i.e. running or not).
Top
See Also