terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ConsoleDriver Class Reference

Static Public Member Functions

static void Clear ()
 
static string ReadLine ()
 
static ConsoleKeyInfo ReadKey (bool intercept)
 

Static 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 IConsoleDriver driver
 

Properties

static bool IsConsole [get]
 

Static Private Member Functions

static ConsoleDriver ()
 
static IConsoleDriver CreateNullConsoleDriver ()
 
static IConsoleDriver CreateWindowsConsoleDriver ()
 
static IConsoleDriver CreateTermInfoDriver (string term)
 
static bool Isatty (IntPtr handle)
 

Static Private Attributes

static bool is_console
 
static bool called_isatty
 

Detailed Description

Definition at line 8 of file ConsoleDriver.cs.


The documentation for this class was generated from the following file: