Class VMware
Inheritance
System.Object
VMware
Assembly: Cosmos.Debug.Hosts.dll
Syntax
public class VMware : Host
Constructors
|
Improve this Doc
View Source
VMware(Dictionary<String, String>, Boolean, String)
Declaration
public VMware(Dictionary<string, string> aParams, bool aUseGDB, string harddisk = "Filesystem.vmdk")
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
aParams |
|
System.Boolean |
aUseGDB |
|
System.String |
harddisk |
|
Fields
|
Improve this Doc
View Source
mDir
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mEdition
Declaration
protected VMwareEdition mEdition
Field Value
|
Improve this Doc
View Source
mHarddisk
Declaration
protected string mHarddisk
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mPlayerPath
Declaration
protected string mPlayerPath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mProcess
Declaration
protected Process mProcess
Field Value
|
Improve this Doc
View Source
mProcesses
Declaration
protected Process[] mProcesses
Field Value
Type |
Description |
Process[] |
|
|
Improve this Doc
View Source
mProcessesAfter
Declaration
protected Process[] mProcessesAfter
Field Value
Type |
Description |
Process[] |
|
|
Improve this Doc
View Source
mProcessesBefore
Declaration
protected Process[] mProcessesBefore
Field Value
Type |
Description |
Process[] |
|
|
Improve this Doc
View Source
mVmxPath
Declaration
protected string mVmxPath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mWorkstationPath
Declaration
protected string mWorkstationPath
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Cleanup()
Declaration
|
Improve this Doc
View Source
CreateDebugVmx()
Declaration
protected void CreateDebugVmx()
|
Improve this Doc
View Source
DeleteFiles(String, String)
Declaration
protected void DeleteFiles(string aPath, string aPattern)
Parameters
Type |
Name |
Description |
System.String |
aPath |
|
System.String |
aPattern |
|
|
Improve this Doc
View Source
GetPathname(String, String)
Declaration
protected string GetPathname(string aKey, string aEXE)
Parameters
Type |
Name |
Description |
System.String |
aKey |
|
System.String |
aEXE |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Start()
Declaration
public override void Start()
Overrides
|
Improve this Doc
View Source
Stop()
Declaration
public override void Stop()
Overrides