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.IO.TextWriter Class Referenceabstract
+ Inheritance diagram for System.IO.TextWriter:
+ Collaboration diagram for System.IO.TextWriter:

Classes

class  NullTextWriter
 
class  SyncTextWriter
 

Public Member Functions

virtual void Close ()
 
void Dispose ()
 
virtual void Flush ()
 
virtual void Write (char value)
 
virtual void Write (char[] buffer)
 
virtual void Write (char[] buffer, int index, int count)
 
virtual void Write (string value)
 
virtual void Write (string format, object arg0)
 
virtual void Write (string format, object arg0, object arg1, object arg2)
 
virtual void WriteLine ()
 
virtual void WriteLine (string value)
 
virtual void WriteLine (object value)
 
virtual void WriteLine (string format, object arg0)
 
virtual void WriteLine (string format, object arg0, object arg1)
 
virtual void WriteLine (string format, params object[] arg)
 

Static Public Member Functions

static TextWriter Synchronized (TextWriter writer)
 

Static Public Attributes

static readonly TextWriter Null
 

Protected Member Functions

 TextWriter ()
 
 TextWriter (global::System.IFormatProvider formatProvider)
 
virtual void Dispose (bool disposing)
 

Protected Attributes

char[] CoreNewLine
 

Properties

virtual global::System.IFormatProvider FormatProvider [get, set]
 
global::System.Text.Encoding Encoding [get]
 
virtual string NewLine [get, set]
 

Static Private Member Functions

static TextWriter ()
 

Private Attributes

string CoreNewLineStr
 
global::System.IFormatProvider _internalFormatProvider
 

Static Private Attributes

static readonly char[] s_coreNewLine
 

Detailed Description

Definition at line 12 of file TextWriter.cs.


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