Table of Contents

Enum DataDirectoryIndex

Namespace
AsmResolver.PE.File
Assembly
AsmResolver.PE.File.dll

Provides members describing the semantics of each data directory entry in an optional header.

public enum DataDirectoryIndex

Fields

ArchitectureDirectory = 7

Reserved.

BaseRelocationDirectory = 5

Indicates the directory entry containing base relocations that need to be applied to the image after loading.

BoundImportDirectory = 11

Indicates the directory entry containing the bound import directory.

CertificateDirectory = 4

Indicates the directory entry containing authentication signatures.

ClrDirectory = 14

Indicates the directory entry containing the CLR runtime headers.

DebugDirectory = 6

Indicates the directory entry containing debug information.

DelayImportDescrDirectory = 13

Indicates the directory entry containing the delay import descriptor table.

ExceptionDirectory = 3

Indicates the directory entry containing a register of exception handlers.

ExportDirectory = 0

Indicates the data directory entry containing exported symbols.

GlobalPtrDirectory = 8

The RVA of the value to be stored in the global pointer register. The size member of this structure must be set to zero.

IatDirectory = 12

Indicates the directory entry containing the import address table.

ImportDirectory = 1

Indicates the directory entry containing a register of imported symbols.

LoadConfigDirectory = 10

Indicates the directory entry containing the load configuration table.

ReservedDirectory = 15

Reserved.

ResourceDirectory = 2

Indicates the directory entry referencing the root win32 resource directory.

TlsDirectory = 9

Indicates the directory entry containing the thread local storage (TLS) table.