IDebugHostFunctionLocalDetails 接口 (dbgmodel.h)

主机可选接口,提供有关函数局部变量的详细信息。

遗产

IDebugHostFunctionLocalDetails 继承自 IUnknown。

方法

IDebugHostFunctionLocalDetails 接口具有这些方法。

 
IDebugHostFunctionLocalDetails::AddRef

AddRef 方法递增对象的引用计数。
IDebugHostFunctionLocalDetails::EnumerateStorage

EnumerateStorage 方法枚举本地变量的存储,包括它可能位于函数中的寄存器或内存位置。
IDebugHostFunctionLocalDetails::GetArgumentPosition

GetArgumentPosition 方法获取参数列表中函数参数的位置。
IDebugHostFunctionLocalDetails::GetLocalKind

GetLocalKind 方法检索已枚举的局部变量的类型。
IDebugHostFunctionLocalDetails::GetName

GetName 方法检索局部变量的名称。
IDebugHostFunctionLocalDetails::GetType

GetType 方法检索局部变量的类型。
IDebugHostFunctionLocalDetails::QueryInterface

QueryInterface 方法查询对象上的特定接口。
IDebugHostFunctionLocalDetails::Release

Release 方法释放对函数本地详细信息对象的引用。

要求

要求 价值
标头 dbgmodel.h

另请参阅

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