|
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
|
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 |
Definition at line 13 of file IOAsyncResult.cs.