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.MethodCall.MethodBase
get

Implements System.Runtime.Remoting.Messaging.IMethodMessage.

Definition at line 166 of file MethodCall.cs.

167 {
168 get
169 {
170 MethodBase methodBase = this._methodBase;
171 this.ResolveMethod();
172 return this._methodBase;
173 }
174 }