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
System.Threading.NativeEventCalls Class Reference

Static Public Member Functions

static IntPtr CreateEvent_internal (bool manual, bool initial, string name, [Out] int errorCode)
 
static bool SetEvent (SafeWaitHandle handle)
 
static bool ResetEvent (SafeWaitHandle handle)
 
static void CloseEvent_internal (IntPtr handle)
 

Static Private Member Functions

static unsafe IntPtr CreateEvent_icall (bool manual, bool initial, char *name, int name_length, [Out] int errorCode)
 
static bool SetEvent_internal (IntPtr handle)
 
static bool ResetEvent_internal (IntPtr handle)
 

Detailed Description

Definition at line 9 of file NativeEventCalls.cs.


The documentation for this class was generated from the following file: