IDebugExpressionEvaluator2
Represents an enhanced version of an expression evaluator (EE).
IDebugExpressionEvaluator2 : IDebugExpressionEvaluator
Notes for Implementers
This interface is implemented by an expression evaluator.
Methods
In addition to the methods on the IDebugExpressionEvaluator interface, this interface implements the following methods:
Method |
Description |
---|---|
Retrieves a service object given its unique identifier. |
|
Preloads the modules designated by the specified symbol provider. |
|
Enables the expression evaluator (EE) to specify the callback interface the debugger engine (DE) will use to read metric settings. |
|
Sets the path to the common language runtime (CLR) loaded in the debugger. |
|
Enables a debug engine to pass a callback to the expression evaluator during initialization. |
|
Stops and cleans up the expression evaluator. |
Requirements
Header: Ee.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll