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

Classes

class  NullTextReader
 
class  SyncTextReader
 

Public Member Functions

virtual void Close ()
 
void Dispose ()
 
virtual int Peek ()
 
virtual int Read ()
 
virtual int Read (char[] buffer, int index, int count)
 
virtual string ReadToEnd ()
 
virtual string ReadLine ()
 
virtual ObjRef CreateObjRef (Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Static Public Member Functions

static TextReader Synchronized (TextReader reader)
 

Static Public Attributes

static readonly TextReader Null
 

Protected Member Functions

 TextReader ()
 
virtual void Dispose (bool disposing)
 

Properties

ServerIdentity ObjectIdentity [get, set]
 

Static Private Member Functions

static TextReader ()
 

Private Attributes

object _identity
 

Detailed Description

Definition at line 8 of file TextReader.cs.


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