(dbgmodel.h) 的 IDebugHostTypeSignature 接口

表示可以与其匹配类型实例的类型签名。

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

继承

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 方法递减对象上接口的引用计数。

要求

要求
Header dbgmodel.h

另请参阅

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