Table of Contents

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 PEReaderContext

The context in which the reader is situated in.

type ReadyToRunSectionType

The type of section to read.

reader BinaryStreamReader

The input stream containing the raw binary contents of the section.

Returns

IReadyToRunSection

The parsed section.