obj
IEquatable<ExportAddressTableField>
IStructuralEquatable
IComparable<ExportAddressTableField>
IComparable
IStructuralComparable
Each entry in the export address table is a field that uses one of two formats: ExportRVA and ForwarderRVA.
ExportRVA int
int
The address of the exported symbol when loaded into memory, relative to the image base. For example, the address of an exported function.
ForwarderRVA int
The pointer to a null-terminated ASCII string in the export section. This string must be within the range that is given by the export table data directory entry.