SimpleEnumValue Structure

Represents a single known enum value extracted from the DWARF symbols. Typically, returned via EnumValues.

Definition

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

Constructors

SimpleEnumValueInitializes a new instance of the SimpleEnumValue class

Methods

Fields

Name Specifies the user-friendly name.
Value Specifies the scalar value.

See Also