ExpressionFilterRecord Class

Contains information about one expression filter (e.g. visualizing std::vector types)

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public class ExpressionFilterRecord
Inheritance
Object    ExpressionFilterRecord

Constructors

ExpressionFilterRecordInitializes a new instance of the ExpressionFilterRecord class

Fields

Filter Points to an object implementing the main expression filter interface.
Triggers Specifies a list of case-sensitive substrings. If a type name of an expression contains one of these substrings, VisualGDB will attempt to use the filter for that expression.

See Also