Table of Contents

Interface ICodeViewLeaf

Namespace
AsmResolver.Symbols.Pdb.Leaves
Assembly
AsmResolver.Symbols.Pdb.dll

Represents a single leaf record in a TPI or IPI stream.

public interface ICodeViewLeaf

Properties

LeafKind

Gets the type kind this record encodes.

CodeViewLeafKind LeafKind { get; }

Property Value

CodeViewLeafKind

TypeIndex

Gets the type index the type is associated to.

uint TypeIndex { get; }

Property Value

uint