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

◆ MethodSignature

object System.Runtime.Remoting.Messaging.MethodCall.MethodSignature
get

Implements System.Runtime.Remoting.Messaging.IMethodMessage.

Definition at line 193 of file MethodCall.cs.

194 {
195 get
196 {
197 if (this._methodSignature == null)
198 {
199 MethodBase methodBase = this._methodBase;
201 Type[] methodSignature = this._methodSignature;
202 }
204 throw new ArrayTypeMismatchException();
205 }
206 }
class f__AnonymousType0<< Count > j__TPar