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
|
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 } |
Functions | |
delegate void | ContextCallback (object state) |
delegate void | ParameterizedThreadStart (object obj) |
delegate void | SendOrPostCallback (object state) |
delegate void | ThreadStart () |
delegate void | TimerCallback (object state) |
delegate void | WaitCallback (object state) |
delegate void | WaitOrTimerCallback (object state, bool timedOut) |