class f__AnonymousType0<< Count > j__TPar
static bool ReadConsoleInput(IntPtr handle, [Out] InputRecord record, int length, [Out] int nread)
static bool FillConsoleOutputAttribute(IntPtr handle, short c, int size, Coord coord, [Out] int written)
static bool SetConsoleCursorPosition(IntPtr handle, Coord coord)
ConsoleKeyInfo ReadKey(bool intercept)
static bool FillConsoleOutputCharacter(IntPtr handle, char c, int size, Coord coord, [Out] int written)
static bool IsModifierKey(short virtualKeyCode)
static bool GetConsoleScreenBufferInfo(IntPtr handle, [Out] ConsoleScreenBufferInfo info)
static IntPtr GetStdHandle(Handles handle)