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 | |
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 5 of file ManagedThread.cs.