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

◆ ThreadStart() [2/2]

void System.Threading.ThreadHelper.ThreadStart ( object obj)
inlinepackage

Definition at line 29 of file ThreadHelper.cs.

30 {
31 ExecutionContext executionContext = this._executionContext;
33 if (executionContext != null)
34 {
35 if (!true)
36 {
37 }
38 return;
39 }
40 Delegate start = this._start;
41 if (start != null)
42 {
43 }
44 IntPtr method_code = start.method_code;
45 IntPtr invoke_impl = start.invoke_impl;
46 IntPtr method = start.method;
47 }
class f__AnonymousType0<< Count > j__TPar
ExecutionContext _executionContext

References System.Threading.ThreadHelper._executionContext, System.Threading.ThreadHelper._start, j__TPar, System.obj, and System.start.