ExpressionValueIntegral Class
Represents an expression value that can be converted to an integer or used as an address in the Memory window.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public class Integral : ExpressionValue
- Inheritance
- Object ExpressionValue ExpressionValueIntegral
ExpressionValueIntegral |
Constructs an instance of ExpressionValue.Integral from a given integral value and various options controlling how it is shown to the user.
|
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.
|
VSPropertyObject |
Optional custom implementation of the IDebugProperty3 interface responsible for handling GetCustomViewerCount(), GetCustomViewerList(), CreateObjectID() and DestroyObjectID().
(Inherited from ExpressionValue) |