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

◆ IsThreadPoolThread

bool System.Threading.ThreadPool.IsThreadPoolThread
staticgetpackage

Definition at line 165 of file ThreadPool.cs.

166 {
167 get
168 {
169 return Thread.CurrentThread.IsThreadPoolThread;
170 }
171 }