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

◆ DoCallBack()

void System.Threading.RegisteredWaitHandle.DoCallBack ( object timedOut)
inlineprivate

Definition at line 91 of file RegisteredWaitHandle.cs.

92 {
93 WaitOrTimerCallback callback = this._callback;
94 if (callback != null)
95 {
96 object state = this._state;
97 IntPtr method_code = callback.method_code;
98 IntPtr invoke_impl = callback.invoke_impl;
99 IntPtr method = callback.method;
100 }
101 }

References System.Threading.RegisteredWaitHandle._callback, System.Threading.RegisteredWaitHandle._state, System.Delegate.invoke_impl, System.Delegate.method, System.Delegate.method_code, and System.state.