LiveWatchNodeState Class

Contains the mutable live watch node state returned by ILiveWatchNode

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public class LiveWatchNodeState
Inheritance
Object    LiveWatchNodeState

Constructors

LiveWatchNodeStateInitializes a new instance of the LiveWatchNodeState class

Fields

Flags Contains the flags associated with the last known value of the node.
Icon Specifies the icon to be shown next to the node name.
NewChildren If not null, contains the new list of node's children, overriding the value returned by GetChildren(LiveWatchChildrenRequestReason).
NewName If not null, contains the new user-friendly name for the node, overriding Name.
NewType If not null, contains the new user-friendly node type, overriding RawType.
Value Contains the last known value of the node.

See Also