ImageDataDirectoryName Enumeration
Specifies the name of a data directory entry of a PE image file.
Namespace:
BytecodeApi.FileFormats.PEAssembly: BytecodeApi.FileFormats (in BytecodeApi.FileFormats.dll)
Members
Member name | Description | |
---|---|---|
ExportTable | Specifies the export table address and size. | |
ImportTable | Specifies the import table address and size. | |
ResourceTable | Specifies the resource table address and size. | |
ExceptionTable | Specifies the exception table address and size. | |
CertificateTable | Specifies the attribute certificate table address and size. | |
BaseRelocationTable | Specifies the base relocation table address and size. | |
DebugDirectory | Specifies the debug data starting address and size. | |
Architecture | Reserved, must be zero. | |
GlobalPointer | Specifies the RVA of the value to be stored in the global pointer register. The size member of this structure must be set to zero. | |
TlsTable | Specifies the thread local storage (TLS) table address and size. | |
LoadConfigurationTable | Specifies the load configuration table address and size. | |
BoundImportTable | Specifies the bound import table address and size. | |
ImportAddressTable | Specifies the import address table address and size. | |
DelayImportDescriptors | Specifies the delay import descriptor address and size. | |
ClrRuntimeHeader | Specifies the CLR runtime header address and size. |