LiveWatchNodeOverrides Structure

Allows overriding some properties of a live watch node that is created based on a pinned variable.

Definition

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

Fields

Name Specifies the new user-friendly name of the node to be shown in the Live Watch window.
Type Specifies the new user-friendly type of the node to be shown in the Live Watch window.
UniqueID Specifies the new unique ID of the node used to preserve various preferences across the debug sessions.

See Also