terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
RunWorkerCompletedEventArgs (object result, Exception error, bool cancelled) | |
Static Public Attributes | |
static readonly EventArgs | Empty |
Protected Member Functions | |
void | RaiseExceptionIfNecessary () |
Properties | |
object | Result [get] |
new object | UserState [get] |
bool | Cancelled [get] |
Exception | Error [get] |
Private Attributes | |
object | result = result |
readonly Exception | error |
readonly bool | cancelled |
readonly object | userState |
Definition at line 6 of file RunWorkerCompletedEventArgs.cs.