Table of Contents

Class SerializedExportDirectory

Namespace
AsmResolver.PE.Exports
Assembly
AsmResolver.PE.dll

Provides an implementation of an exports directory that was read from an existing PE file.

public class SerializedExportDirectory : ExportDirectory
Inheritance
SerializedExportDirectory
Inherited Members

Constructors

SerializedExportDirectory(PEReaderContext, ref BinaryStreamReader)

Reads a single export directory from an input stream.

public SerializedExportDirectory(PEReaderContext context, ref BinaryStreamReader reader)

Parameters

context PEReaderContext

The reader context.

reader BinaryStreamReader

The input stream.

Methods

GetExports()

Obtains the list of exported symbols defined by the export directory.

protected override IList<ExportedSymbol> GetExports()

Returns

IList<ExportedSymbol>

The exported symbols..

Remarks

This method is called upon initialization of the Entries property.

GetName()

Obtains the name of the library that is exporting symbols.

protected override string? GetName()

Returns

string

The name.

Remarks

This method is called upon initialization of the Name property.