LiveWatchUpdateContext Structure

Passed to UpdateState(LiveWatchUpdateContext) to control which information about the node should get updated.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public struct LiveWatchUpdateContext
Inheritance
Object    ValueType    LiveWatchUpdateContext

Constructors

LiveWatchUpdateContextInitializes a new instance of the LiveWatchUpdateContext class

Properties

PreloadChildren Returns true if the Mode is set to UpdateValueAndPreloadChildren.

Fields

BypassCache Set to true first time the node is rendered, and hence requires a valid value without waiting for the cache to be updated.
Mode Specifies whether to update the information about the node's children.

See Also