PinnedVariableExpression Structure

Represents the expression directly entered into the Live Watch view.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public struct PinnedVariableExpression
Inheritance
Object    ValueType    PinnedVariableExpression

Constructors

PinnedVariableExpressionInitializes a new instance of the PinnedVariableExpression class

Properties

ForEvaluation Returns the preprocessed expression, if defined. Otherwise, returns the original expression.

Methods

Derive Applies a given composite format string to both AsEntered and Preprocessed fields.
ToString
(Overrides ValueTypeToString)

Fields

AsEntered Contains the original expression entered by the user.
Preprocessed Contains the result of passing the expression through the C/C++ preprocessor. If it's not different from the original one, contains null.

See Also