IExpressionFullNameForEvaluator Property

Specifies the internal GDB expression name (returned by -var-info-path-expression) that can be specified to reevaluate a derived expression with IExpressionEvaluator.EvaluateExpression. The expression filters should use it when querying derived expression values.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
string FullNameForEvaluator { get; }

Property Value

String

See Also