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

Protected Member Functions

 IOAsyncResult ()
 
void Init (AsyncCallback async_callback, object async_state)
 
 IOAsyncResult (AsyncCallback async_callback, object async_state)
 

Package Functions

void CompleteDisposed ()
 

Properties

AsyncCallback AsyncCallback [get, set]
 
object AsyncState [get, set]
 
WaitHandle AsyncWaitHandle [get, set]
 
bool CompletedSynchronously [get, set, protected set]
 
bool IsCompleted [get, set, protected set]
 

Private Attributes

AsyncCallback async_callback
 
object async_state
 
ManualResetEvent wait_handle
 
bool completed_synchronously
 
bool completed
 

Detailed Description

Definition at line 13 of file IOAsyncResult.cs.


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