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.Diagnostics.AsyncStreamReader Class Reference
+ Collaboration diagram for System.Diagnostics.AsyncStreamReader:

Public Member Functions

virtual void Close ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Package Functions

void CancelOperation ()
 
void WaitUtilEOF ()
 

Private Attributes

Stream stream
 
Encoding encoding
 
Decoder decoder
 
byte[] byteBuffer
 
char[] charBuffer
 
bool cancelOperation
 
ManualResetEvent eofEvent
 
object syncObject
 
IAsyncResult asyncReadResult
 

Detailed Description

Definition at line 12 of file AsyncStreamReader.cs.


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