terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 9 of file IOAsyncResult.cs.