Méthode | Description | |
---|---|---|
Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
LockOutput ( ) : void | ||
Output ( string text, Level level ) : void | ||
ReadLine ( string p, bool isCommand, bool e ) : string | ||
UnlockOutput ( ) : void |
public Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
source | IConfigSource | |
simBase | ISimulationBase | |
Résultat | void |
public Output ( string text, Level level ) : void | ||
text | string | |
level | Level | |
Résultat | void |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
Résultat | string |