terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Namespaces | |
namespace | Tasks |
Enumerations | |
enum | ApartmentState { STA , MTA , Unknown } |
enum | EventResetMode { AutoReset , ManualReset } |
enum | StackCrawlMark { LookForMe , LookForMyCaller , LookForMyCallersCaller , LookForThread } |
enum | SynchronizationContextProperties { None = 0 , RequireWaitNotification = 1 } |
enum | ThreadPriority { Lowest , BelowNormal , Normal , AboveNormal , Highest } |
enum | ThreadState { Running = 0 , StopRequested = 1 , SuspendRequested = 2 , Background = 4 , Unstarted = 8 , Stopped = 16 , WaitSleepJoin = 32 , Suspended = 64 , AbortRequested = 128 , Aborted = 256 } |