VisualGDB Extensibility API
C#
Show/Hide TOC
ILive
Watch
Plugin
Create
Node
Source 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#
Copy
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
Reference
ILiveWatchPlugin Interface
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
Parameters
Return Value
See Also