Свойство | Тип | Описание | |
---|---|---|---|
prompt | string |
Метод | Описание | |
---|---|---|
Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
LocalInitialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
LockOutput ( ) : void | ||
Output ( string text, Level level ) : void | ||
ReadLine ( string p, bool isCommand, bool e ) : string | ||
UnlockOutput ( ) : void |
Метод | Описание | |
---|---|---|
AddToHistory ( string text ) : void | ||
ContextHelp ( ) : bool | ||
DeriveColor ( string input ) : ConsoleColor | ||
SetCursorLeft ( int left ) : int |
Set the cursor column.
|
|
SetCursorTop ( int top ) : int |
Set the cursor row.
|
|
Show ( ) : void | ||
WriteColorText ( ConsoleColor color, string sender ) : void | ||
WriteLocalText ( string text, Level level ) : void |
public Initialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
source | IConfigSource | |
simBase | ISimulationBase | |
Результат | void |
public LocalInitialize ( IConfigSource source, ISimulationBase simBase ) : void | ||
source | IConfigSource | |
simBase | ISimulationBase | |
Результат | void |
public Output ( string text, Level level ) : void | ||
text | string | |
level | Level | |
Результат | void |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
Результат | string |