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