ExpressionValueCustom Class

Represents an expression value that is neither integral nor composite. VisualGDB will interpret it as a fixed string and display to the user as is.

Definition

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

Constructors

ExpressionValueCustom Constructs an instance of the ExpressionValue.Custom class using the given string as a value.

Methods

ToString Formats the value into a user-friendly string.
(Inherited from ExpressionValue)
ToString(ValueFormattingOptions) Returns the string value specified when this class was created.
(Overrides ExpressionValueToString(ValueFormattingOptions))

Fields

VSPropertyObject Optional custom implementation of the IDebugProperty3 interface responsible for handling GetCustomViewerCount(), GetCustomViewerList(), CreateObjectID() and DestroyObjectID().
(Inherited from ExpressionValue)

See Also