Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ IsGenericCOMObjectImpl()

bool System.RuntimeType.IsGenericCOMObjectImpl ( )
inlinepackage

Definition at line 3248 of file RuntimeType.cs.

3249 {
3250 return RuntimeTypeHandle.IsComObject(this, isGenericCOM: true);
3251 }

References System.RuntimeTypeHandle.IsComObject().

Referenced by System.RuntimeType.CreateInstanceImpl().