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
TypeIndex
Gets the type index the type is associated to.
uint TypeIndex { get; }