IExpressionTryGetFullName Method

Returns the C++ expression that can be used to re-evaluate the expression (e.g. when it is dragged to the Memory window). If null, VisualGDB will construct it automatically based on the parent expression and the IsArray/IsPointer properties.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
string TryGetFullName()

Return Value

String

[Missing <returns> documentation for "M:VisualGDBExpressions.IExpression.TryGetFullName"]

See Also