| 
| static global::System.IntPtr  | GetStdHandle (global::System.Handles handle) | 
|   | 
| static bool  | GetConsoleScreenBufferInfo (global::System.IntPtr handle, out global::System.ConsoleScreenBufferInfo info) | 
|   | 
| static bool  | FillConsoleOutputCharacter (global::System.IntPtr handle, char c, int size, global::System.Coord coord, out int written) | 
|   | 
| static bool  | FillConsoleOutputAttribute (global::System.IntPtr handle, short c, int size, global::System.Coord coord, out int written) | 
|   | 
| static bool  | SetConsoleCursorPosition (global::System.IntPtr handle, global::System.Coord coord) | 
|   | 
| static bool  | ReadConsoleInput (global::System.IntPtr handle, out global::System.InputRecord record, int length, out int nread) | 
|   | 
Definition at line 10 of file WindowsConsoleDriver.cs.
 
The documentation for this class was generated from the following file: