Class Qemu
Inheritance
System.Object
Qemu
Assembly: Cosmos.Debug.Hosts.dll
Syntax
Constructors
|
Improve this Doc
View Source
Qemu(Dictionary<String, String>, Boolean, String)
Declaration
public Qemu(Dictionary<string, string> aParams, bool aUseGDB, string aHarddisk = null)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
aParams |
|
System.Boolean |
aUseGDB |
|
System.String |
aHarddisk |
|
Fields
|
Improve this Doc
View Source
LogError
Declaration
public Action<string> LogError
Field Value
Type |
Description |
Action<System.String> |
|
|
Improve this Doc
View Source
LogOutput
Declaration
public Action<string> LogOutput
Field Value
Type |
Description |
Action<System.String> |
|
|
Improve this Doc
View Source
RedirectOutput
Declaration
public bool RedirectOutput
Field Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Start()
Declaration
public override void Start()
Overrides
|
Improve this Doc
View Source
Stop()
Declaration
public override void Stop()
Overrides