// Assembly: mscorlib
// Full name: System.Threading.ThreadState

namespace System.Threading
{
public class ThreadState // TypeDefIndex: 3750
{
	// Fields
	type#20890 value__;
	type#27396 Running;
	type#27396 StopRequested;
	type#27396 SuspendRequested;
	type#27396 Background;
	type#27396 Unstarted;
	type#27396 Stopped;
	type#27396 WaitSleepJoin;
	type#27396 Suspended;
	type#27396 AbortRequested;
	type#27396 Aborted;
}
}
