Class SerializedImportSection
- Namespace
- AsmResolver.PE.DotNet.ReadyToRun
- Assembly
- AsmResolver.PE.dll
Provides a lazy-initialized implementation of the ImportSection that is read from a file.
public class SerializedImportSection : ImportSection, IWritable
- Inheritance
-
SerializedImportSection
- Implements
- Inherited Members
Constructors
SerializedImportSection(PEReaderContext, ref BinaryStreamReader)
Reads a single import section from the provided input stream.
public SerializedImportSection(PEReaderContext context, ref BinaryStreamReader reader)
Parameters
context
PEReaderContextThe context in which the reader is situated in.
reader
BinaryStreamReaderThe input stream.
Methods
GetSignatures()
Obtains the signatures stored in this section.
protected override ReferenceTable GetSignatures()
Returns
- ReferenceTable
The signatures.
Remarks
This method is called upon initialization of the Signatures property.
GetSlots()
Obtains the slots stored in this section.
protected override ReferenceTable GetSlots()
Returns
- ReferenceTable
The slots.
Remarks
This method is called upon initialization of the Slots property.