ILiveWatchEngineGetDefaultFormatter Method

Returns the built-in formatter for the given variable type (e.g. int or float).

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
ILiveWatchFormatter GetDefaultFormatter(
	ScalarVariableType type
)

Parameters

type  ScalarVariableType
Specifies the type of the scalar variable.

Return Value

ILiveWatchFormatter
The matching formatter, or throws if the requested type is invalid.

Remarks

Typical formatters for most variable types would be 'Signed int', 'Unsigned int' and 'Hex'

See Also