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
Loading...
Searching...
No Matches
System.Console Class Reference
+ Collaboration diagram for System.Console:

Classes

class  WindowsConsole
 

Static Public Member Functions

static global::System.IO.Stream OpenStandardError (int bufferSize)
 
static global::System.IO.Stream OpenStandardInput (int bufferSize)
 
static global::System.IO.Stream OpenStandardOutput (int bufferSize)
 
static void SetOut (global::System.IO.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 global::System.ConsoleKeyInfo ReadKey ()
 
static global::System.ConsoleKeyInfo ReadKey (bool intercept)
 

Static Package Attributes

static global::System.IO.TextWriter stdout
 

Properties

static global::System.IO.TextWriter Error [get, set]
 
static global::System.IO.TextWriter Out [get, set]
 
static global::System.Text.Encoding InputEncoding [get, set]
 
static global::System.Text.Encoding OutputEncoding [get, set]
 

Static Private Member Functions

static Console ()
 
static void SetupStreams (global::System.Text.Encoding inputEncoding, global::System.Text.Encoding outputEncoding)
 
static global::System.IO.Stream Open (global::System.IntPtr handle, global::System.IO.FileAccess access, int bufferSize)
 
static void DoConsoleCancelEvent ()
 

Static Private Attributes

static global::System.IO.TextWriter stderr
 
static global::System.IO.TextReader stdin
 
static global::System.Text.Encoding inputEncoding
 
static global::System.Text.Encoding outputEncoding
 
static global::System.ConsoleCancelEventHandler cancel_event
 

Detailed Description

Definition at line 13 of file Console.cs.


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