|
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
|
Collaboration diagram for ManagedThread:Public Member Functions | |
| ManagedThread (ParameterizedThreadStart callBack, object state) | |
| ManagedThread (ThreadStart callBack) | |
| void | Run () |
| void | RunCritical () |
Public Attributes | |
| LocalUser | User |
| Thread | ActiveThread |
| bool | IsAlive |
Private Member Functions | |
| void | ThreadExecute () |
Private Attributes | |
| ParameterizedThreadStart | ParameterizedThreadStartCallBack |
| object | ParameterizedThreadStartCallbackState |
| ThreadStart | ThreadStartCallBack |
Definition at line 8 of file ManagedThread.cs.