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
|
Public Member Functions | |
void | UnsafeOnCompleted (global::System.Action continuation) |
TResult | GetResult () |
void | UnsafeOnCompleted (global::System.Action continuation) |
void | GetResult () |
Package Functions | |
TaskAwaiter (global::System.Threading.Tasks.Task< TResult > task) | |
TaskAwaiter (global::System.Threading.Tasks.Task task) | |
Static Package Functions | |
static void | ValidateEnd (global::System.Threading.Tasks.Task task) |
static void | OnCompletedInternal (global::System.Threading.Tasks.Task task, global::System.Action continuation, bool continueOnCapturedContext, bool flowExecutionContext) |
Package Attributes | |
readonly global::System.Threading.Tasks.Task | m_task |
Properties | |
bool | IsCompleted [get, set] |
Static Private Member Functions | |
static void | HandleNonSuccessAndDebuggerNotification (global::System.Threading.Tasks.Task task) |
static void | ThrowForNonSuccess (global::System.Threading.Tasks.Task task) |
static global::System.Action | OutputWaitEtwEvents (global::System.Threading.Tasks.Task task, global::System.Action continuation) |
Private Attributes | |
readonly global::System.Threading.Tasks.Task< TResult > | m_task |
Definition at line 10 of file TaskAwaiter.2.cs.