Table of Contents

Class CodeViewTypeRecord

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

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

public abstract class CodeViewTypeRecord : CodeViewLeaf, ITpiLeaf, ICodeViewLeaf
Inheritance
CodeViewTypeRecord
Implements
Derived
Inherited Members

Constructors

CodeViewTypeRecord(uint)

Initializes an empty CodeView type record.

protected CodeViewTypeRecord(uint typeIndex)

Parameters

typeIndex uint

The type index to assign to the leaf.