RelocSymbol Type
Represents a relocation symbol, which can either be a symbol index or a section ordinal.
Union cases
Union case | Description |
Full Usage:
SecOrdinal num
Parameters:
int
|
|
Full Usage:
SymIndex idx
Parameters:
int
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsSecOrdinal
Returns: bool
|
|
Full Usage:
this.IsSymIndex
Returns: bool
|
|