ILiveSymbolParserLookupType Method
Finds a C/C++ type described in the debugging symbols by its name.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
IPinnedVariableType LookupType(
string name,
bool throwIfNotFound = false
)
- name String
- The name of the type
- throwIfNotFound Boolean (Optional)
- Specifies the behavior when the type is not found.
IPinnedVariableTypeThe matched type, or
null if it was not found and
throwIfNotFound was set to
false