Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Exit ( ) : void | ||
FileConsole ( string path, IConsole innerConsole ) : System | ||
ReadLine ( string prompt ) : string | ||
ResetColor ( ) : void | ||
Write ( string value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string value ) : void |
Метод | Описание | |
---|---|---|
Append ( string text ) : void | ||
AppendLine ( string text ) : void |
public FileConsole ( string path, IConsole innerConsole ) : System | ||
path | string | |
innerConsole | IConsole | |
Результат | System |
public ReadLine ( string prompt ) : string | ||
prompt | string | |
Результат | string |