|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.ConsoleDriver:Static Public Member Functions | |
| static void | Clear () |
| static string | ReadLine () |
| static global::System.ConsoleKeyInfo | ReadKey (bool intercept) |
Package Functions | |
| static int | InternalKeyAvailable (int ms_timeout) |
| static unsafe bool | TtySetup (string keypadXmit, string teardown, out byte[] control_characters, out int *address) |
| static bool | SetEcho (bool wantEcho) |
Static Package Attributes | |
| static global::System.IConsoleDriver | driver |
Properties | |
| static bool | IsConsole [get, set] |
Private Member Functions | |
| static bool | Isatty (global::System.IntPtr handle) |
Static Private Member Functions | |
| static | ConsoleDriver () |
| static global::System.IConsoleDriver | CreateNullConsoleDriver () |
| static global::System.IConsoleDriver | CreateWindowsConsoleDriver () |
| static global::System.IConsoleDriver | CreateTermInfoDriver (string term) |
Static Private Attributes | |
| static bool | is_console |
| static bool | called_isatty |
Definition at line 11 of file ConsoleDriver.cs.