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 | |
BackgroundWorker () | |
void | CancelAsync () |
void | ReportProgress (int percentProgress) |
void | ReportProgress (int percentProgress, object userState) |
void | RunWorkerAsync () |
void | RunWorkerAsync (object argument) |
void | Dispose () |
override string | ToString () |
virtual ObjRef | CreateObjRef (Type requestedType) |
virtual object | InitializeLifetimeService () |
Protected Member Functions | |
virtual void | OnDoWork (DoWorkEventArgs e) |
virtual void | OnRunWorkerCompleted (RunWorkerCompletedEventArgs e) |
virtual void | OnProgressChanged (ProgressChangedEventArgs e) |
override void | Dispose (bool disposing) |
override void | Finalize () |
virtual object | GetService (Type service) |
Properties | |
bool | CancellationPending [get] |
DoWorkEventHandler | DoWork |
bool | IsBusy [get] |
ProgressChangedEventHandler | ProgressChanged |
RunWorkerCompletedEventHandler | RunWorkerCompleted |
bool | WorkerReportsProgress [get, set] |
bool | WorkerSupportsCancellation [get, set] |
virtual bool | CanRaiseEvents [get] |
bool | CanRaiseEventsInternal [get] |
EventHandler | Disposed |
EventHandlerList | Events [get] |
virtual ISite | Site [get, set] |
IContainer | Container [get] |
bool | DesignMode [get] |
ServerIdentity | ObjectIdentity [get, set] |
Private Member Functions | |
void | AsyncOperationCompleted (object arg) |
void | ProgressReporter (object arg) |
void | WorkerThreadStart (object argument) |
void< RunWorkerAsync > | b__27_0 (object arg) |
Private Attributes | |
bool | _canCancelWorker |
bool | _workerReportsProgress |
bool | _cancellationPending |
bool | _isRunning |
AsyncOperation | _asyncOperation |
readonly SendOrPostCallback | _operationCompleted |
readonly SendOrPostCallback | _progressReporter |
ISite | site |
EventHandlerList | events |
object | _identity |
Static Private Attributes | |
static readonly object | EventDisposed |
Definition at line 9 of file BackgroundWorker.cs.