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);