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

◆ IsAlive

bool System.Threading.Thread.IsAlive
get

Definition at line 436 of file Thread.cs.

437 {
438 get
439 {
440 if (this.internal_thread == null)
441 {
442 InternalThread internalThread = this.internal_thread;
443 return;
444 }
445 }
446 }
class f__AnonymousType0<< Count > j__TPar
InternalThread internal_thread
Definition Thread.cs:751

Referenced by Telepathy.Server.Stop().