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() [2/3]

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

Definition at line 41 of file Thread.cs.

42 {
43 do
44 {
45 base..ctor();
46 }
47 while (start == null);
48 long num = 0L;
49 this.SetStartHelper(start, (int)num);
50 }
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.