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

◆ RegisterWaitForSingleObject() [1/3]

static RegisteredWaitHandle System.Threading.ThreadPool.RegisterWaitForSingleObject ( WaitHandle waitObject,
WaitOrTimerCallback callBack,
object state,
int millisecondsTimeOutInterval,
bool executeOnlyOnce )
inlinestatic

Definition at line 32 of file ThreadPool.cs.

33 {
34 RegisteredWaitHandle registeredWaitHandle;
35 return registeredWaitHandle;
36 }