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

◆ GetBaseType()

RuntimeType System.RuntimeType.GetBaseType ( )
inlineprivate

Definition at line 621 of file RuntimeType.cs.

622 {
623 bool isInterface = base.IsInterface;
624 bool flag = RuntimeTypeHandle.IsGenericVariable(this);
626 return RuntimeTypeHandle.GetBaseType(this);
627 }
class f__AnonymousType0<< Count > j__TPar
MonoTypeInfo type_info
static bool IsGenericVariable(RuntimeType type)
static RuntimeType GetBaseType(RuntimeType type)

References System.RuntimeTypeHandle.GetBaseType(), System.RuntimeTypeHandle.IsGenericVariable(), System.Type.IsInterface, j__TPar, and System.RuntimeType.type_info.