VisualGDB Extensibility API
C#
Show/Hide TOC
IExpression
Filter Interface
Implemented by each expression filter handling a certain type (e.g. std::vector)
Definition
Namespace:
VisualGDBExpressions
Assembly:
VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Copy
public
interface
IExpressionFilter
Methods
Attach
Allows VisualGDB to replace the given expression with a custom expression provided by the filter.
Probe
Called by VisualGDB to determine whether the current filter can filter the given expression.
See Also
Reference
VisualGDBExpressions Namespace
In This Article
Definition
Methods
See Also