IDebugHostField 接口 (dbgmodel.h)

表示结构或类中的字段。

继承

IDebugHostField 继承自 IDebugHostSymbol

方法

IDebugHostField 接口具有这些方法。

 
IDebugHostField::AddRef

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

IDebugHostField::EnumerateChildren 方法获取能够枚举给定符号的所有子级的枚举器。
IDebugHostField::GetContainingModule

在符号上调用 IDebugHostField::GetContainingModule 方法时,如果符号具有包含的模块,则获取包含符号的模块。
IDebugHostField::GetContext

在符号上调用 IDebugHostField::GetContext 方法时,获取符号所在的主机上下文。
IDebugHostField::GetLocation

对于具有地址的字段,而不考虑特定类型实例 (例如位置类型指示 LocationStatic) 的字段,GetLocation 方法将返回该字段的抽象位置 (地址) 。
IDebugHostField::GetLocationKind

在符号上调用 IDebugHostField::GetLocationKind 方法时,根据 LocationKind 枚举获取符号所在的位置类型。
IDebugHostField::GetName

在符号上调用 IDebugHostField::GetName 方法时,如果符号具有名称,则获取该符号的名称。
IDebugHostField::GetOffset

对于具有偏移量的字段,GetOffset 方法会将包含类型的基址中的偏移量返回到字段本身的数据。
IDebugHostField::GetSymbolKind

在符号上调用 IDebugHostField::GetSymbolKind 方法时,获取符号类型,例如字段、基类或类型。
IDebugHostField::GetType

在符号上调用 IDebugHostField::GetType 方法时,获取符号的类型,例如 int *。
IDebugHostField::GetValue

对于在符号信息中定义了常量值的字段,GetValue 方法将返回字段的常量值。
IDebugHostField::QueryInterface

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

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

注解

IDebugHostField 类表示一个符号,该符号是类、结构、联合或其他类型构造的数据成员。 它不表示免费数据 (例如:全局数据) 。

要求

要求
Header dbgmodel.h

另请参阅

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