IExpressionFilterAttach Method
Allows VisualGDB to replace the given expression with a custom expression provided by the filter.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
IExpression Attach(
IExpression expr,
IExpressionEvaluator evaluator
)
- expr IExpression
- Specifies the expression that is being filtered.
- evaluator IExpressionEvaluator
- Provides an interface that allows the filter implementation to evaluate arbitrary expressions.
IExpressionReturns the expression that will be displayed to the user instead of the original one. In the simplest case can be an instance of the StaticExpressionFilter class.