ExpressionValueComposite Class

Represents the '{...}' value returned by GDB when it encounters class instances. VisualGDB will replace this with a human-readable member summary when appropriate.

Definition

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

Constructors

ExpressionValueComposite Constructs an instance of ExpressionValue.Composite

Methods

ToString Formats the value into a user-friendly string.
(Inherited from ExpressionValue)
ToString(ValueFormattingOptions) Returns the exact text returned by GDB. VisualGDB normally ignores this and replaces the value with a human-readable member summary.
(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