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

◆ Thread() [1/3]

System.Threading.Thread.Thread ( ThreadStart start)
inline

Definition at line 29 of file Thread.cs.

30 {
31 do
32 {
33 base..ctor();
34 }
35 while (start == null);
36 long num = 0L;
37 this.SetStartHelper(start, (int)num);
38 }
class f__AnonymousType0<< Count > j__TPar
void SetStartHelper(Delegate start, int maxStackSize)
Definition Thread.cs:230

References j__TPar, System.L, System.Threading.Thread.SetStartHelper(), and System.start.