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

◆ UnmarshalArgument()

object System.Runtime.Remoting.Messaging.CADMessageBase.UnmarshalArgument ( object arg,
ArrayList args )
inlineprotectedinherited

Definition at line 107 of file CADMessageBase.cs.

108 {
109 if (arg != null)
110 {
111 TypeCode typeCode = Type.GetTypeCode(arg.GetType());
112 }
113 ObjRef objRef;
114 return RemotingServices.Unmarshal(objRef);
115 }
class f__AnonymousType0<< Count > j__TPar
static TypeCode GetTypeCode(Type type)
Definition Type.cs:1110
TypeCode
Definition TypeCode.cs:7

References System.Type.GetTypeCode(), j__TPar, and System.Runtime.Remoting.RemotingServices.Unmarshal().