Class SerializedReadyToRunDirectory
- Namespace
- AsmResolver.PE.DotNet.ReadyToRun
- Assembly
- AsmResolver.PE.dll
Provides an implementation of a .NET ReadyToRun directory that was stored in a PE file.
public class SerializedReadyToRunDirectory : ReadyToRunDirectory, IManagedNativeHeader, ISegment, IOffsetProvider, IWritable
- Inheritance
-
SerializedReadyToRunDirectory
- Implements
- Inherited Members
Constructors
SerializedReadyToRunDirectory(PEReaderContext, ref BinaryStreamReader)
Reads a .NET ReadyToRun directory from an input stream.
public SerializedReadyToRunDirectory(PEReaderContext context, ref BinaryStreamReader reader)
Parameters
context
PEReaderContextThe reader context.
reader
BinaryStreamReaderThe input stream.
Methods
GetSections()
Obtains the sections referenced by the directory.
protected override IList<IReadyToRunSection> GetSections()
Returns
- IList<IReadyToRunSection>
The sections.
Remarks
This method is called upon initialization of the Sections property.