ScalarVariableType Enumeration

Represents the built-in types of scalar variables.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public enum ScalarVariableType

Remarks

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).

Members

Invalid0 
String1 Represents a null-terminated string.
UInt82 
SInt83 
HexInt84 
UInt165 
SInt166 
HexInt167 
UInt328 
SInt329 
HexInt3210 
UInt6411 
SInt6412 
HexInt6413 
Float3214 
Float6415 

See Also