|
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.ComponentModel.RunWorkerCompletedEventArgs:
Collaboration diagram for System.ComponentModel.RunWorkerCompletedEventArgs:Public Member Functions | |
| RunWorkerCompletedEventArgs (object result, Exception error, bool cancelled) | |
Static Public Attributes | |
| static readonly global::System.EventArgs | Empty |
Protected Member Functions | |
| void | RaiseExceptionIfNecessary () |
Properties | |
| object | Result [get, set] |
| new object | UserState [get, set] |
| bool | Cancelled [get, set] |
| Exception | Error [get, set] |
Private Attributes | |
| object | result |
| readonly Exception | error |
| readonly bool | cancelled |
| readonly object | userState |
Definition at line 8 of file RunWorkerCompletedEventArgs.cs.