ExportAddressTableField Type
Each entry in the export address table is a field that uses one of two formats: ExportRVA and ForwarderRVA.
Union cases
Union case | Description |
Full Usage:
ExportRVA int
Parameters:
int
|
|
Full Usage:
ForwarderRVA int
Parameters:
int
|
Instance members
Instance member | Description |
Full Usage:
this.IsExportRVA
Returns: bool
|
|
Full Usage:
this.IsForwarderRVA
Returns: bool
|
|