Interface IReadyToRunSectionReader
- Namespace
- AsmResolver.PE.DotNet.ReadyToRun
- Assembly
- AsmResolver.PE.dll
Provides methods for parsing individual sections in a ReadyToRun directory of a .NET module.
public interface IReadyToRunSectionReader
Methods
ReadSection(PEReaderContext, ReadyToRunSectionType, ref BinaryStreamReader)
Parses a single ReadyToRun section.
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.