BinSymbolKind Type
Represents a coarse, format-agnostic classification of a symbol.
Union cases
| Union case |
Description
|
Full Usage:
DataSymbol
|
A data object symbol. |
Full Usage:
FileSymbol
|
A symbol naming a source file. |
Full Usage:
FunctionSymbol
|
A function (code) symbol. |
Full Usage:
OtherSymbol
|
Any other or unclassified symbol. |
Full Usage:
SectionSymbol
|
A symbol naming a section. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDataSymbol
Returns: bool
|
|
Full Usage:
this.IsFileSymbol
Returns: bool
|
|
Full Usage:
this.IsFunctionSymbol
Returns: bool
|
|
Full Usage:
this.IsOtherSymbol
Returns: bool
|
|
Full Usage:
this.IsSectionSymbol
Returns: bool
|
|
B2R2