ILiveWatchPluginCreateNodeSource Method

Called once per debugging session. Creates the node source object, that will provide the list of Live Watch nodes provided by the plugin.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
ILiveWatchNodeSource CreateNodeSource(
	ILiveWatchEngine engine
)

Parameters

engine  ILiveWatchEngine
Live watch engine for the current debugging session.

Return Value

ILiveWatchNodeSource
An object implementing ILiveWatchNodeSource that maintains a list of the Live Watch nodes provided by the plugin.

See Also