Method | Description | |
---|---|---|
EraseCurrentLine ( ) : void | ||
LowLevelToAbstractConsoleAdapter ( ILowLevelConsole console ) : System | ||
ReadKey ( ) : |
||
ReadLine ( ) : string | ||
Write ( IEnumerable |
||
Write ( string text ) : void | ||
WriteLine ( string text ) : void |
Method | Description | |
---|---|---|
OnBackspaceHit ( ) : void | ||
OnDeleteHit ( ) : void | ||
Read ( ) : |
||
ReadFromCoordinatesToEndOfLine ( int leftStart, int topStart, bool shortCircutEndOfLine ) : IEnumerable |
||
ReadFromCursorToEndOfInput ( ) : IEnumerable |
||
Write ( IEnumerable |
||
WritePromptIfNeeded ( ) : void |
public LowLevelToAbstractConsoleAdapter ( ILowLevelConsole console ) : System | ||
console | ILowLevelConsole | |
return | System |