IExpressionEvaluator Interface

Implemented by VisualGDB. Allows expression filters to ask GDB to evaluate arbitrary expressions an get the results in a structured way.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public interface IExpressionEvaluator

Methods

CreateExpression Asks GDB to evaluate a given C/C++ expression and returns an object that can be used to get more information about the expression and its children.
EvaluateExpression Asks GDB to evaluate a given C/C++ expression and returns a structured result.
EvaluateSubExpression 
ExamineMemoryAsString 

See Also