共用方式為


(dbgmodel.h) IDebugHostData 介面

(IDebugHostSymbol 衍生) 數據介面。

表示模組內的數據 (在結構或類別內,它是 IDebugHostField) 。

繼承

IDebugHostData 繼承自 IDebugHostSymbol

方法

IDebugHostData 介面具有這些方法。

 
IDebugHostData::AddRef

IDebugHostData::AddRef 方法會遞增物件上介面的參考計數。
IDebugHostData::EnumerateChildren

IDebugHostData::EnumerateChildren 方法會取得列舉值,可列舉指定符號的所有子系。
IDebugHostData::GetContainingModule

在符號上呼叫時,IDebugHostData::GetContainingModule 方法會取得如果符號具有包含模組的模組,則會取得包含符號的模組。
IDebugHostData::GetContext

在符號上呼叫時,IDebugHostData::GetContext 方法會取得符號所在的主機內容。
IDebugHostData::GetLocation

在具有靜態位置的符號上呼叫時,IDebugHostData::GetLocation 方法會取得符號的抽象位置 (位址) 。
IDebugHostData::GetLocationKind

在符號上呼叫時,IDebugHostData::GetLocationKind 方法會根據LocationKind 列舉取得符號所在的位置類型。
IDebugHostData::GetName

在符號上呼叫時,IDebugHostData::GetName 方法會在具有名稱時取得符號的名稱。
IDebugHostData::GetSymbolKind

在符號上呼叫時,IDebugHostData::GetSymbolKind 方法會取得符號的類型,例如字段、基類或類型。
IDebugHostData::GetType

如果符號具有類型,則傳回 「int *」 ) 符號的類型 (。 如果符號沒有類型,則會傳回錯誤。
IDebugHostData::GetValue

傳回 VARIANT 數據結構中常數的值。
IDebugHostData::QueryInterface

IDebugHostData::QueryInterface 方法會擷取對象上支援介面的指標。
IDebugHostData::Release

IDebugHostData::Release 方法會遞減 對象上介面的參考計數。

備註

不是另一種類型成員的模組中的數據是由 IDebugHostData 介面表示。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀