IDebugExpressionEvaluator3
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