ILiveSymbolParserFindSymbolsContainingString Method

Returns all raw ELF symbols containing the given substring.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
RawSymbolInfo[] FindSymbolsContainingString(
	string substring
)

Parameters

substring  String
The case-sensitive substring to check.

Return Value

RawSymbolInfo
The array of matching symbols, or an empty array, if non match.

See Also