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

◆ CallType

CallType System.Runtime.Remoting.Messaging.MonoMethodMessage.CallType
getpackage

Definition at line 323 of file MonoMethodMessage.cs.

324 {
325 get
326 {
327 while (this.call_type != CallType.Sync)
328 {
329 }
330 bool flag = RemotingServices.IsOneWay(this.method);
331 this.call_type = CallType.OneWay;
332 return CallType.OneWay;
333 }
334 }
class f__AnonymousType0<< Count > j__TPar