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

◆ IsCOMObjectImpl()

override bool System.RuntimeType.IsCOMObjectImpl ( )
inlineprotected

Definition at line 670 of file RuntimeType.cs.

671 {
672 long num = 0L;
673 return RuntimeTypeHandle.IsComObject(this, num != 0L);
674 }
static bool IsComObject(RuntimeType type)

References System.RuntimeTypeHandle.IsComObject(), and System.L.