System.RuntimeTypeHandle.IsComObject C# (CSharp) Méthode

IsComObject() private méthode

private IsComObject ( bool isGenericCOM ) : bool
isGenericCOM bool
Résultat bool
        internal extern bool IsComObject(bool isGenericCOM); 

Usage Example

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