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

◆ SetEvent()

static bool System.Threading.NativeEventCalls.SetEvent ( SafeWaitHandle handle)
inlinestatic

Definition at line 42 of file NativeEventCalls.cs.

43 {
44 if (!false)
45 {
46 }
47 throw new OutOfMemoryException();
48 }

Referenced by System.Threading.EventWaitHandle.Set(), and System.Threading.RegisteredWaitHandle.Wait().