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.Console Class Reference

Classes

class  WindowsConsole
 

Static Public Member Functions

static Stream OpenStandardError (int bufferSize)
 
static Stream OpenStandardInput (int bufferSize)
 
static Stream OpenStandardOutput (int bufferSize)
 
static void SetOut (TextWriter newOut)
 
static void Write (string value)
 
static void Write (string format, object arg0)
 
static void WriteLine (object value)
 
static void WriteLine (string value)
 
static void WriteLine (string format, params object[] arg)
 
static void WriteLine (string format, object arg0, object arg1)
 
static string ReadLine ()
 
static void Clear ()
 
static ConsoleKeyInfo ReadKey ()
 
static ConsoleKeyInfo ReadKey (bool intercept)
 

Static Package Attributes

static TextWriter stdout
 

Properties

static TextWriter Error [get]
 
static TextWriter Out [get]
 
static Encoding InputEncoding [get, set]
 
static Encoding OutputEncoding [get, set]
 

Static Private Member Functions

static Console ()
 
static void SetupStreams (Encoding inputEncoding, Encoding outputEncoding)
 
static Stream Open (IntPtr handle, FileAccess access, int bufferSize)
 
static void DoConsoleCancelEvent ()
 

Static Private Attributes

static TextWriter stderr
 
static TextReader stdin
 
static Encoding inputEncoding
 
static Encoding outputEncoding
 
static ConsoleCancelEventHandler cancel_event
 

Detailed Description

Definition at line 8 of file Console.cs.


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