ILiveWatchNodeSource 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#
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