IDebugHostTypeSignature 接口 (dbgmodel.h)

表示一个类型签名,可对其匹配类型实例。

一个定义,它将按模块和/或名称匹配一组类型。

遗产

IDebugHostTypeSignature 继承自 IUnknown。

方法

IDebugHostTypeSignature 接口具有这些方法。

 
IDebugHostTypeSignature::AddRef

IDebugHostTypeSignature::AddRef 方法递增对象上接口的引用计数。
IDebugHostTypeSignature::CompareAgainst

CompareAgainst 方法将类型签名与另一个类型签名进行比较,并返回两个签名的比较方式。
IDebugHostTypeSignature::GetHashCode

GetHashCode 方法返回类型签名的 32 位哈希代码。
IDebugHostTypeSignature::IsMatch

IsMatch 方法返回特定类型实例是否与类型签名中指定的条件匹配的指示。
IDebugHostTypeSignature::QueryInterface

IDebugHostTypeSignature::QueryInterface 方法检索指向对象上支持的接口的指针。
IDebugHostTypeSignature::Release

IDebugHostTypeSignature::Release 方法会递减对象上接口的引用计数。

要求

要求 价值
标头 dbgmodel.h

另请参阅

调试器数据模型C++概述