LiveWatchPhysicalLocation Structure

Represents the source and physical location of a live watch node used by various context menu commands.

Definition

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

Constructors

LiveWatchPhysicalLocationInitializes a new instance of the LiveWatchPhysicalLocation class

Fields

Address Specifies the physical address of the node, if known. Used by the 'Go to memory' command.
File Specifies the path of the source file defining the node. Used by the 'Go to definition' command.
ZeroBasedLine Specifies the zero-based line inside File

See Also