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()
[2/3]
static
RegisteredWaitHandle
System.Threading.ThreadPool.RegisterWaitForSingleObject
(
WaitHandle
waitObject
,
WaitOrTimerCallback
callBack
,
object
state
,
TimeSpan
timeout
,
bool
executeOnlyOnce
)
inline
static
Definition at line
39
of file
ThreadPool.cs
.
40
{
41
RegisteredWaitHandle registeredWaitHandle;
42
return
registeredWaitHandle;
43
}
System
Threading
ThreadPool
Generated by
1.10.0