ILiveSymbolParserLookupType Method

Finds a C/C++ type described in the debugging symbols by its name.

Definition

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

Parameters

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

Return Value

IPinnedVariableType
The matched type, or null if it was not found and throwIfNotFound was set to false

See Also