Terraria v1.4.4.9
Terraria source code documentation
|
Namespaces | |
namespace | Channels |
namespace | Tasks |
Enumerations | |
enum | ApartmentState { STA , MTA , Unknown } |
enum | EventResetMode { AutoReset , ManualReset } |
enum | LazyThreadSafetyMode { None , PublicationOnly , ExecutionAndPublication } |
enum | LockRecursionPolicy { NoRecursion , SupportsRecursion } |
enum | OpenExistingResult { Success , NameNotFound , PathNotFound , NameInvalid } |
enum | StackCrawlMark { LookForMe , LookForMyCaller , LookForMyCallersCaller , LookForThread } |
enum | ThreadPriority { Lowest , BelowNormal , Normal , AboveNormal , Highest } |
enum | ThreadState { Running = 0 , StopRequested = 1 , SuspendRequested = 2 , Background = 4 , Unstarted = 8 , Stopped = 0x10 , WaitSleepJoin = 0x20 , Suspended = 0x40 , AbortRequested = 0x80 , Aborted = 0x100 } |
enum | LockCookieFlags { Upgrade = 0x2000 , Release = 0x4000 , OwnedNone = 0x10000 , OwnedWriter = 0x20000 , OwnedReader = 0x40000 , Invalid = -483329 } |
Functions | |
delegate void | ContextCallback (object? state) |
unsafe delegate void | IOCompletionCallback (uint errorCode, uint numBytes, NativeOverlapped *pOVERLAP) |
delegate void | ParameterizedThreadStart (object? obj) |
delegate void | SendOrPostCallback (object? state) |
delegate void | ThreadExceptionEventHandler (object sender, ThreadExceptionEventArgs e) |
delegate void | ThreadStart () |
delegate void | TimerCallback (object? state) |
delegate void | WaitCallback (object? state) |
delegate void | WaitOrTimerCallback (object? state, bool timedOut) |