Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Append ( string text ) : void | ||
AppendLine ( string text ) : void |
public FileConsole ( string path, IConsole innerConsole ) : System | ||
path | string | |
innerConsole | IConsole | |
return | System |