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
uintThe type index to assign to the leaf.