Class SerializedModifierTypeRecord
- Namespace
- AsmResolver.Symbols.Pdb.Leaves.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Provides a lazily initialized implementation of ModifierTypeRecord that is read from a PDB image.
public class SerializedModifierTypeRecord : ModifierTypeRecord, ITpiLeaf, ICodeViewLeaf
- Inheritance
-
SerializedModifierTypeRecord
- Implements
- Inherited Members
Constructors
SerializedModifierTypeRecord(PdbReaderContext, uint, BinaryStreamReader)
Reads a pointer type from the provided input stream.
public SerializedModifierTypeRecord(PdbReaderContext context, uint typeIndex, BinaryStreamReader reader)
Parameters
context
PdbReaderContextThe reading context in which the type is situated in.
typeIndex
uintThe index to assign to the type.
reader
BinaryStreamReaderThe input stream to read from.
Methods
GetBaseType()
Obtains the base type of the modifier type.
protected override CodeViewTypeRecord? GetBaseType()
Returns
- CodeViewTypeRecord
The base type.
Remarks
This method is called upon initialization of the BaseType property.