ILiveWatchNodeSourcePerformPeriodicUpdatesFromBackgroundThread Method

Returns the up-to-date array of the top-level nodes maintained by the plugin.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
ILiveWatchNode[] PerformPeriodicUpdatesFromBackgroundThread()

Return Value

ILiveWatchNode
An array containing all top-level nodes maintained by the plugin.

Remarks

VisualGDB calls this method after updating all the active low-level Live Variables, and before calling UpdateState(LiveWatchUpdateContext) on all visible (or otherwise monitorred) Live Watch nodes. If the top-level nodes provided by the plugin remain constant, it can simply return the same array every time and not do anything else in this method.

See Also