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()

override bool System.RuntimeType.IsInstanceOfType ( object o)
inlinevirtual

Reimplemented from System.Type.

Definition at line 559 of file RuntimeType.cs.

560 {
561 return RuntimeTypeHandle.IsInstanceOfType(this, o);
562 }
static bool IsInstanceOfType(RuntimeType type, object o)

References System.RuntimeTypeHandle.IsInstanceOfType().