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
SerializedPdbImageThe image for which the data is to be read.
parameters
PdbReaderParametersThe parameters used while reading the PDB image.
Properties
Parameters
Gets the parameters used for reading the data.
public PdbReaderParameters Parameters { get; }
Property Value
ParentImage
Gets the image for which the data is read.
public SerializedPdbImage ParentImage { get; }