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

◆ AsyncWaitHandle

WaitHandle System.IOAsyncResult.AsyncWaitHandle
get

Implements System.IAsyncResult.

Definition at line 58 of file IOAsyncResult.cs.

59 {
60 get
61 {
62 if (this.wait_handle != null)
63 {
64 }
65 bool flag = this.completed;
66 long num = 0L;
67 Monitor.Exit(this);
68 if (num == 0L)
69 {
70 }
71 throw new OutOfMemoryException();
72 }
73 }
ManualResetEvent wait_handle
static void Exit(object obj)
Definition Monitor.cs:47