VisualGDB Extensibility API
C#
Show/Hide TOC
ILive
Watch
Node
Source Interface
Maintains a list of the 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
public
interface
ILiveWatchNodeSource
:
IDisposable
Implements
IDisposable
Methods
PerformPeriodicUpdatesFromBackgroundThread
Returns the up-to-date array of the top-level nodes maintained by the plugin.
See Also
Reference
VisualGDBExtensibility.LiveWatch Namespace
ILiveWatchNodeSource2
In This Article
Definition
Methods
See Also