IDebugPointerObject3

重要

在 Visual Studio 2015 中,这种实现表达式计算器的方法已弃用。 有关实现 CLR 表达式计算器的信息,请参阅 CLR 表达式计算器托管表达式计算器示例

表示分析树中的指针,并扩展 IDebugPointerObject 接口。

语法

IDebugPointerObject3 : IDebugPointerObject

实现者须知

表达式计算器(企业版)实现此接口。

方法

除了 IDebugPointerObject 接口上的方法外,此接口还实现以下方法:

方法 说明
GetPointerAddress 检索指针的地址。

要求

标头:Ee.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll