ExpressionValueIntegral Class

Represents an expression value that can be converted to an integer or used as an address in the Memory window.

Definition

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

Constructors

ExpressionValueIntegral Constructs an instance of ExpressionValue.Integral from a given integral value and various options controlling how it is shown to the user.

Properties

SizeInBits 
Suffix Contains the arbitrary string that will be shown to the user after the formatted value. E.g. can be the value of the pointed string if the value represents a string pointer.
Value Contains the integral value associated with the object.

Methods

ToString Formats the value into a user-friendly string.
(Inherited from ExpressionValue)
ToString(ValueFormattingOptions) Formats the value into a user-friendly form using the provided radix.
(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