IDebugHostFunctionIntrospection 接口 (dbgmodel.h)

IDebugHostFunctionIntrospection 接口提供有关函数的详细信息。 这是客户端可以实现的可选主机接口(如果想要获取此类函数详细信息)。

遗产

IDebugHostFunctionIntrospection 继承自 IUnknown 接口。

方法

IDebugHostFunctionIntrospection 接口具有这些方法。

 
IDebugHostFunctionIntrospection::AddRef

AddRef 方法递增对象的引用计数。
IDebugHostFunctionIntrospection::EnumerateInlineFunctionsByRVA

EnumerateInlineFunctionsByRVA 方法枚举特定相对虚拟地址(RVA)内联的函数。
IDebugHostFunctionIntrospection::EnumerateLocalsDetails

EnumerateLocalsDetails 方法枚举一组有关函数内所有局部变量和参数的信息。
IDebugHostFunctionIntrospection::FindContainingCodeRangeByRVA

FindContainingCodeRangeByRVA 方法返回特定相对虚拟地址(RVA)内联的指令的子范围。
IDebugHostFunctionIntrospection::FindSourceLocationByRVA

FindSourceLocationByRVA 方法检索特定相对虚拟地址(RVA)的源文件名称和行号。
IDebugHostFunctionIntrospection::QueryInterface

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

Release 方法释放对函数反省对象的引用。

要求

要求 价值
标头 dbgmodel.h

另请参阅

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