Class Host
Inheritance
System.Object
Host
Assembly: Cosmos.Debug.Hosts.dll
Syntax
public abstract class Host : object
Constructors
|
Improve this Doc
View Source
Host(Dictionary<String, String>, Boolean)
Declaration
public Host(Dictionary<string, string> aParams, bool aUseGDB)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
aParams |
|
System.Boolean |
aUseGDB |
|
Fields
|
Improve this Doc
View Source
mParams
Declaration
protected Dictionary<string, string> mParams
Field Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
mUseGDB
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OnShutDown
Declaration
public EventHandler OnShutDown
Field Value
Type |
Description |
EventHandler |
|
Methods
|
Improve this Doc
View Source
Start()
Declaration
public abstract void Start()
|
Improve this Doc
View Source
Stop()
Declaration
public abstract void Stop()