terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ThreadState.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Threading
 

Enumerations

enum  System.Threading.ThreadState {
  System.Threading.Running = 0 , System.Threading.StopRequested = 1 , System.Threading.SuspendRequested = 2 , System.Threading.Background = 4 ,
  System.Threading.Unstarted = 8 , System.Threading.Stopped = 16 , System.Threading.WaitSleepJoin = 32 , System.Threading.Suspended = 64 ,
  System.Threading.AbortRequested = 128 , System.Threading.Aborted = 256
}