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
|
Package Functions | |
TaskWrapperAsyncResult (Task task, object state, bool completedSynchronously) | |
Package Attributes | |
readonly Task | Task |
Properties | |
object System.IAsyncResult. | AsyncState [get, set] |
bool System.IAsyncResult. | CompletedSynchronously [get, set] |
bool System.IAsyncResult. | IsCompleted [get, set] |
WaitHandle System.IAsyncResult. | AsyncWaitHandle [get, set] |
Private Attributes | |
readonly object | _state |
readonly bool | _completedSynchronously |
Definition at line 184 of file TaskToApm.cs.