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

◆ EndInvoke()

IMessage System.Runtime.Remoting.Messaging.AsyncResult.EndInvoke ( )
inlinepackage

Definition at line 124 of file AsyncResult.cs.

125 {
126 bool flag = this.completed;
127 if (flag)
128 {
129 IMessage message = this.reply_message;
130 }
131 long num = 0L;
132 if (flag)
133 {
134 Monitor.Exit(this);
135 }
136 if (num == 0L)
137 {
138 return this.reply_message;
139 }
140 throw new OutOfMemoryException();
141 }
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.Remoting.Messaging.AsyncResult.completed, System.Threading.Monitor.Exit(), System.L, and System.Runtime.Remoting.Messaging.AsyncResult.reply_message.