IVirtualMachine Interface Fling OS
An interface between the debugger and any virtual machine that the debugger can use to start and debug an instance of Fling OS on.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IVirtualMachine : IDisposable

The IVirtualMachine type exposes the following members.

Methods

  NameDescription
Public methodPowerOff
Powers off (i.e. stops) the VM.
Public methodPowerOn
Powers on (i.e. starts) the VM.
Top
Properties

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