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

◆ GetArguments()

ArrayList System.Runtime.Remoting.Messaging.CADMethodCallMessage.GetArguments ( )
inlinepackage

Definition at line 33 of file CADMethodCallMessage.cs.

34 {
35 while (this._serializedArgs != null)
36 {
37 byte[] serializedArgs = this._serializedArgs;
38 object obj;
39 if (obj != null && obj == null)
40 {
41 throw new InvalidCastException();
42 }
43 }
44 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.Messaging.CADMessageBase._serializedArgs, j__TPar, and System.obj.

Referenced by System.Runtime.Remoting.Messaging.MethodCall.MethodCall().