LiveWatchEnumValue Structure

Represents a single known enum value returned by enum-based live watch nodes via IScalarLiveWatchNode.EnumValues.

Definition

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

Remarks

VisualGDB automatically creates instances of this structure from SimpleEnumValue when creating live watch nodes from pinned variables via CreateNodeForPinnedVariable(IPinnedVariable, LiveWatchNodeOverrides).

Constructors

LiveWatchEnumValue(String, Byte)Initializes a new instance of the LiveWatchEnumValue class
LiveWatchEnumValue(String, LiveVariableValue)Initializes a new instance of the LiveWatchEnumValue class
LiveWatchEnumValue(String, UInt64, Int32)Initializes a new instance of the LiveWatchEnumValue class

Methods

Fields

Name User-friendly name of the value.
RawValue Raw value as a byte array.

See Also