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

◆ ActivateRemoteObject()

IMessage System.Runtime.Remoting.Proxies.RemotingProxy.ActivateRemoteObject ( IMethodMessage request)
inlinepackage

Definition at line 92 of file RemotingProxy.cs.

93 {
95 for (;;)
96 {
97 ctorCall = this._ctorCall;
98 if (ctorCall != null)
99 {
100 break;
101 }
102 if (request != null && request == null)
103 {
104 goto Block_2;
105 }
106 }
107 ctorCall.CopyFrom(request);
109 IMessage message;
110 return message;
111 Block_2:
112 throw new InvalidCastException();
113 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.Proxies.RemotingProxy._ctorCall, System.Runtime.Remoting.Messaging.MethodCall.CopyFrom(), and j__TPar.