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 | |
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 global::System.Runtime.Remoting.ObjRef | CreateObjRef (global::System.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, set] |
DoWorkEventHandler | DoWork [set] |
bool | IsBusy [get, set] |
ProgressChangedEventHandler | ProgressChanged [set] |
RunWorkerCompletedEventHandler | RunWorkerCompleted [set] |
bool | WorkerReportsProgress [get, set] |
bool | WorkerSupportsCancellation [get, set] |
virtual bool | CanRaiseEvents [get, set] |
bool | CanRaiseEventsInternal [get, set] |
EventHandler | Disposed [set] |
EventHandlerList | Events [get, set] |
virtual ISite | Site [get, set] |
IContainer | Container [get, set] |
bool | DesignMode [get, set] |
global::System.Runtime.Remoting.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 12 of file BackgroundWorker.cs.