IExpressionIsCharacterArray Property

Specifies whether the expression represents a pointer to a null-terminated string. VisualGDB uses it to display the string value correctly.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool IsCharacterArray { get; }

Property Value

Boolean

See Also