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.RegisteredWaitHandle Class Referencesealed
+ Inheritance diagram for System.Threading.RegisteredWaitHandle:

Public Member Functions

bool Unregister (WaitHandle waitObject)
 
virtual ObjRef CreateObjRef (Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Package Functions

 RegisteredWaitHandle (WaitHandle waitObject, WaitOrTimerCallback callback, object state, TimeSpan timeout, bool executeOnlyOnce)
 
void Wait (object state)
 

Properties

ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

void DoCallBack (object timedOut)
 

Private Attributes

WaitHandle _waitObject
 
WaitOrTimerCallback _callback
 
object _state
 
WaitHandle _finalEvent
 
ManualResetEvent _cancelEvent
 
TimeSpan _timeout
 
int _callsInProcess
 
bool _executeOnlyOnce
 
bool _unregistered
 
object _identity
 

Detailed Description

Definition at line 9 of file RegisteredWaitHandle.cs.


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