ScalarVariableType Enumeration
Represents the built-in types of scalar variables.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public enum ScalarVariableType
Scalar variables are variables that can have a direct value (e.g. int, float or even a null-terminated string).
Scalar variables cannot have children, and can typically be plotted (except String).
Invalid | 0 | |
String | 1 |
Represents a null-terminated string.
|
UInt8 | 2 | |
SInt8 | 3 | |
HexInt8 | 4 | |
UInt16 | 5 | |
SInt16 | 6 | |
HexInt16 | 7 | |
UInt32 | 8 | |
SInt32 | 9 | |
HexInt32 | 10 | |
UInt64 | 11 | |
SInt64 | 12 | |
HexInt64 | 13 | |
Float32 | 14 | |
Float64 | 15 | |