terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
SynchronousAsyncResult (int bytesRead, object asyncStateObject) | |
SynchronousAsyncResult (object asyncStateObject) | |
SynchronousAsyncResult (Exception ex, object asyncStateObject, bool isWrite) | |
void | ThrowIfError () |
Static Package Functions | |
static int | EndRead (IAsyncResult asyncResult) |
static void | EndWrite (IAsyncResult asyncResult) |
Properties | |
bool | IsCompleted [get] |
WaitHandle | AsyncWaitHandle [get] |
object | AsyncState [get] |
bool | CompletedSynchronously [get] |
Private Attributes | |
readonly object | _stateObject |
readonly bool | _isWrite |
ManualResetEvent | _waitHandle |
ExceptionDispatchInfo | _exceptionInfo |
bool | _endXxxCalled |
int | _bytesRead |