Table of Contents

Class PdbReaderContext

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

Provides a context in which a PDB image reader exists in. This includes the PDB image as well as reader parameters.

public class PdbReaderContext
Inheritance
PdbReaderContext
Inherited Members

Constructors

PdbReaderContext(SerializedPdbImage, PdbReaderParameters)

Creates a new PDB reader context.

public PdbReaderContext(SerializedPdbImage parentImage, PdbReaderParameters parameters)

Parameters

parentImage SerializedPdbImage

The image for which the data is to be read.

parameters PdbReaderParameters

The parameters used while reading the PDB image.

Properties

Parameters

Gets the parameters used for reading the data.

public PdbReaderParameters Parameters { get; }

Property Value

PdbReaderParameters

ParentImage

Gets the image for which the data is read.

public SerializedPdbImage ParentImage { get; }

Property Value

SerializedPdbImage