ILiveSymbolParserLookupVariable Method

Finds a given global or static variable by name.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
IPinnedVariable LookupVariable(
	string name,
	bool throwIfNotFound = false
)

Parameters

name  String
The name of the variable
throwIfNotFound  Boolean  (Optional)
Specifies the behavior when the variable is not found.

Return Value

IPinnedVariable
The matched variable, or null if it was not found and throwIfNotFound was set to false

See Also