System.RuntimeTypeHandle.IsComObject C# (CSharp) Метод

IsComObject() приватный Метод

private IsComObject ( bool isGenericCOM ) : bool
isGenericCOM bool
Результат bool
        internal extern bool IsComObject(bool isGenericCOM); 

Usage Example

Пример #1
0
 protected override bool IsCOMObjectImpl() => RuntimeTypeHandle.IsComObject(this, false);