IDebugPointerObject3

Important

In Visual Studio 2015, this way of implementing expression evaluators is deprecated. For information about implementing CLR expression evaluators, please see CLR Expression Evaluators and Managed Expression Evaluator Sample.

Represents a pointer in a parse tree, and extends the IDebugPointerObject interface.

Syntax

IDebugPointerObject3 : IDebugPointerObject

Notes for Implementers

An expression evaluator (EE) implements this interface.

Methods

In addition to the methods on the IDebugPointerObject interface, this interface implements the following methods:

Method Description
GetPointerAddress Retrieves the address of pointer.

Requirements

Header: Ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll