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

Public Member Functions

 FileStreamAsyncResult (AsyncCallback cb, object state)
 

Public Attributes

int Count
 
int OriginalCount
 
int BytesRead
 

Properties

object AsyncState [get]
 
bool CompletedSynchronously [get]
 
WaitHandle AsyncWaitHandle [get]
 
bool IsCompleted [get]
 

Static Private Member Functions

static void CBWrapper (IAsyncResult ares)
 

Private Attributes

object state
 
bool completed
 
ManualResetEvent wh
 
AsyncCallback cb
 
bool completedSynch
 
AsyncCallback realcb
 

Detailed Description

Definition at line 7 of file FileStreamAsyncResult.cs.


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