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

◆ MethodBase

MethodBase System.Runtime.Remoting.Messaging.MethodResponse.MethodBase
get

Implements System.Runtime.Remoting.Messaging.IMethodMessage.

Definition at line 123 of file MethodResponse.cs.

124 {
125 get
126 {
127 MethodBase methodBase = this._methodBase;
128 IMethodCallMessage callMsg = this._callMsg;
129 if (callMsg != null)
130 {
131 }
132 if (this.MethodName != null && this.TypeName != null)
133 {
134 return RemotingServices.GetMethodBaseFromMethodMessage(this);
135 }
136 return this._methodBase;
137 }
138 }
class f__AnonymousType0<< Count > j__TPar