IPinnedVariableStructType Interface

Represents a struct/class type extracted from the DWARF symbols. Typically obtained by calling LookupType(String, Boolean)

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public interface IPinnedVariableStructType : IPinnedVariableType
Implements
IPinnedVariableType

Properties

AllMembers Returns the list of all members of the type.
Size The size of the type, in bytes.
(Inherited from IPinnedVariableType)

Methods

LookupMember Locates a specific type member (e.g. struct field) by its name.

See Also