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

◆ EndInvokeCalled

bool System.Runtime.Remoting.Messaging.AsyncResult.EndInvokeCalled
getset

Definition at line 70 of file AsyncResult.cs.

71 {
72 get
73 {
74 return this.endinvoke_called;
75 }
76 set
77 {
78 }
79 }