IDebugPointerObject3
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
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