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

コード例 #1
0
ファイル: RuntimeType.cs プロジェクト: mikem8361/runtime
 protected override bool IsCOMObjectImpl() => RuntimeTypeHandle.IsComObject(this, false);