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

◆ IsPossibleToIgnoreMarshal()

static bool System.Runtime.Remoting.Messaging.CADMessageBase.IsPossibleToIgnoreMarshal ( object obj)
inlinestaticprivateinherited

Definition at line 70 of file CADMessageBase.cs.

71 {
72 Type type;
73 bool isPrimitive = type.IsPrimitive;
74 Type type2;
75 bool flag = type == type2;
76 bool isArray = type.IsArray;
77 bool isPrimitive2 = type.IsPrimitive;
78 throw new InvalidCastException();
79 }
class f__AnonymousType0<< Count > j__TPar
bool IsArray
Definition Type.cs:356
bool IsPrimitive
Definition Type.cs:780

References System.Type.IsArray, System.Type.IsPrimitive, and j__TPar.