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.IOAsyncResult Class Referenceabstract
+ Inheritance 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]
 
object AsyncState [get]
 
WaitHandle AsyncWaitHandle [get]
 
bool CompletedSynchronously [get, protected set]
 
bool IsCompleted [get, protected set]
 

Private Attributes

AsyncCallback async_callback
 
object async_state
 
ManualResetEvent wait_handle
 
bool completed_synchronously
 
bool completed
 

Detailed Description

Definition at line 9 of file IOAsyncResult.cs.


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