Class HyperV
Inheritance
System.Object
HyperV
Assembly: Cosmos.Debug.Hosts.dll
Syntax
public class HyperV : Host
Constructors
|
Improve this Doc
View Source
HyperV(Dictionary<String, String>, Boolean, String)
Declaration
public HyperV(Dictionary<string, string> aParams, bool aUseGDB, string harddisk = "Filesystem.vhdx")
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
aParams |
|
System.Boolean |
aUseGDB |
|
System.String |
harddisk |
|
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