Table of Contents

Class SerializedPointerTypeRecord

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

Provides a lazily initialized implementation of PointerTypeRecord that is read from a PDB image.

public class SerializedPointerTypeRecord : PointerTypeRecord, ITpiLeaf, ICodeViewLeaf
Inheritance
SerializedPointerTypeRecord
Implements
Inherited Members

Constructors

SerializedPointerTypeRecord(PdbReaderContext, uint, BinaryStreamReader)

Reads a pointer type from the provided input stream.

public SerializedPointerTypeRecord(PdbReaderContext context, uint typeIndex, BinaryStreamReader reader)

Parameters

context PdbReaderContext

The reading context in which the type is situated in.

typeIndex uint

The index to assign to the type.

reader BinaryStreamReader

The input stream to read from.

Methods

GetBaseType()

Obtains the base type of the pointer.

protected override CodeViewTypeRecord? GetBaseType()

Returns

CodeViewTypeRecord

The base type.

Remarks

This method is called upon initialization of the BaseType property.