PinnedVariableTypeName Structure

Specifies the type name of the given pinned variable extracted from the DWARF symbols.

Definition

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

Constructors

PinnedVariableTypeNameInitializes a new instance of the PinnedVariableTypeName class

Methods

Fields

AsDefined Specifies the type name without resolving any typedefs.
Resolved Specifies the type name after resolving all typedefs.

See Also