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

◆ OnRunWorkerCompleted()

virtual void System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted ( RunWorkerCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 93 of file BackgroundWorker.cs.

94 {
95 RunWorkerCompletedEventHandler runWorkerCompleted = this.RunWorkerCompleted;
96 if (runWorkerCompleted != null)
97 {
98 IntPtr invoke_impl = runWorkerCompleted.invoke_impl;
99 IntPtr method_code = runWorkerCompleted.method_code;
100 IntPtr method = runWorkerCompleted.method;
101 return;
102 }
103 }
class f__AnonymousType0<< Count > j__TPar
RunWorkerCompletedEventHandler RunWorkerCompleted

References j__TPar, and System.ComponentModel.BackgroundWorker.RunWorkerCompleted.