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

◆ IsBackground

bool System.Threading.Thread.IsBackground
set

Definition at line 450 of file Thread.cs.

451 {
452 set
453 {
454 ThreadState threadState = this.ValidateThreadState();
455 if (this.internal_thread == null)
456 {
457 InternalThread internalThread = this.internal_thread;
458 }
459 }
460 }
class f__AnonymousType0<< Count > j__TPar
ThreadState ValidateThreadState()
Definition Thread.cs:706
InternalThread internal_thread
Definition Thread.cs:751