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

◆ MethodName

string System.Runtime.Remoting.Messaging.MethodCall.MethodName
get

Implements System.Runtime.Remoting.Messaging.IMethodMessage.

Definition at line 178 of file MethodCall.cs.

179 {
180 get
181 {
182 string methodName = this._methodName;
183 if (methodName == null)
184 {
185 this._methodName = methodName;
186 }
187 return methodName;
188 }
189 }
class f__AnonymousType0<< Count > j__TPar