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

◆ IsInstanceOfType()

virtual bool System.Type.IsInstanceOfType ( object o)
inlinevirtualinherited

Reimplemented in System.Reflection.SignatureType, and System.RuntimeType.

Definition at line 1139 of file Type.cs.

1140 {
1141 if (o != null)
1142 {
1143 Type type = o.GetType();
1144 return;
1145 }
1146 }