ILiveSymbolParserLookupVariable Method
Finds a given global or static variable by name.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
IPinnedVariable LookupVariable(
string name,
bool throwIfNotFound = false
)
- name String
- The name of the variable
- throwIfNotFound Boolean (Optional)
- Specifies the behavior when the variable is not found.
IPinnedVariableThe matched variable, or
null if it was not found and
throwIfNotFound was set to
false