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.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IVirtualMachine type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | PowerOff |
Powers off (i.e. stops) the VM.
|
![]() | PowerOn |
Powers on (i.e. starts) the VM.
|
Properties
Name | Description | |
---|---|---|
![]() | PoweredOn |
Whether the VM is powered on or not (i.e. running or not).
|
See Also