DataOrCode Enumeration

Specifies whether the expression represents data or an executable function

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public enum DataOrCode

Members

Data0 The expression is not an executable function. Visual Studio will use the cyan icon.
Code1 The expression represents an executable function. Visual Studio will use the magenta icon.

See Also