ILiveVariableGetValue Method

Reads the value of the variable from memory or cache, depending on the value of mode.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
LiveVariableValue GetValue(
	LiveVariableQueryMode mode = LiveVariableQueryMode.UseCacheIfAvailable
)

Parameters

mode  LiveVariableQueryMode  (Optional)
Specifies how to use the cache when reading the variable value. See LiveVariableQueryMode for more details).

Return Value

LiveVariableValue
The value of the variable.

See Also