Class DefaultReadyToRunSectionReader
- Namespace
- AsmResolver.PE.DotNet.ReadyToRun
- Assembly
- AsmResolver.PE.dll
Provides a default implementation for the IReadyToRunSectionReader interface.
public class DefaultReadyToRunSectionReader : IReadyToRunSectionReader
- Inheritance
-
DefaultReadyToRunSectionReader
- Implements
- Inherited Members
Properties
Instance
Gets the singleton instance of the DefaultReadyToRunSectionReader class.
public static DefaultReadyToRunSectionReader Instance { get; }
Property Value
Methods
ReadSection(PEReaderContext, ReadyToRunSectionType, ref BinaryStreamReader)
Parses a single ReadyToRun section.
public IReadyToRunSection ReadSection(PEReaderContext context, ReadyToRunSectionType type, ref BinaryStreamReader reader)
Parameters
context
PEReaderContextThe context in which the reader is situated in.
type
ReadyToRunSectionTypeThe type of section to read.
reader
BinaryStreamReaderThe input stream containing the raw binary contents of the section.
Returns
- IReadyToRunSection
The parsed section.