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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Threading.Thread.ValidateThreadState
ThreadState ValidateThreadState()
Definition
Thread.cs:706
System.Threading.Thread.internal_thread
InternalThread internal_thread
Definition
Thread.cs:751
System
Threading
Thread
Generated by
1.10.0