Method | Description | |
---|---|---|
Beep ( int frequency, int duration ) : void | ||
Clear ( ) : void | ||
Init ( ) : void | ||
MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop ) : void | ||
MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor ) : void | ||
Read ( ) : int | ||
ReadKey ( bool intercept ) : |
||
ReadLine ( ) : string | ||
ResetColor ( ) : void | ||
SetBufferSize ( int width, int height ) : void | ||
SetCursorPosition ( int left, int top ) : void | ||
SetWindowPosition ( int left, int top ) : void | ||
SetWindowSize ( int width, int height ) : void |
Method | Description | |
---|---|---|
ConsoleDriver ( ) : System.IO | ||
CreateNullConsoleDriver ( ) : IConsoleDriver | ||
CreateTermInfoDriver ( string term ) : IConsoleDriver | ||
CreateWindowsConsoleDriver ( ) : IConsoleDriver | ||
InternalKeyAvailable ( int ms_timeout ) : int | ||
Isatty ( |
||
SetBreak ( bool wantBreak ) : bool | ||
SetEcho ( bool wantEcho ) : bool | ||
TtySetup ( string keypadXmit, string teardown, byte &control_characters, int &address ) : bool |
public static Beep ( int frequency, int duration ) : void | ||
frequency | int | |
duration | int | |
return | void |
public static MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop ) : void | ||
sourceLeft | int | |
sourceTop | int | |
sourceWidth | int | |
sourceHeight | int | |
targetLeft | int | |
targetTop | int | |
return | void |
public static MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor ) : void | ||
sourceLeft | int | |
sourceTop | int | |
sourceWidth | int | |
sourceHeight | int | |
targetLeft | int | |
targetTop | int | |
sourceChar | char | |
sourceForeColor | ConsoleColor | |
sourceBackColor | ConsoleColor | |
return | void |
public static ReadKey ( bool intercept ) : |
||
intercept | bool | |
return |
public static SetBufferSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public static SetCursorPosition ( int left, int top ) : void | ||
left | int | |
top | int | |
return | void |
public static SetWindowPosition ( int left, int top ) : void | ||
left | int | |
top | int | |
return | void |
public static SetWindowSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |