IDebugExpressionEvaluator3

Note

This article applies to Visual Studio 2015. 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 an expression evaluator (EE) with an enhanced parser tree.

Syntax

IDebugExpressionEvaluator3 : IDebugExpressionEvaluator2  

Notes for Callers

This version of the parser passes the symbol provider and address of the evaluating frame.

Methods

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

Method Description
Parse2 Converts an expression string to a parsed expression given the symbol provider and the address of the evaluating frame.

Requirements

Header: Ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll