System.RuntimeTypeHandle.IsComObject C# (CSharp) Method

IsComObject() private method

private IsComObject ( bool isGenericCOM ) : bool
isGenericCOM bool
return bool
        internal extern bool IsComObject(bool isGenericCOM); 

Usage Example

Example #1
0
 protected override bool IsCOMObjectImpl() => RuntimeTypeHandle.IsComObject(this, false);