ILinkage Type
Linkage information. A symbol/identifier in C can have either internal or external linkage.
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExternal
Returns: bool
Modifiers: abstract |
Is this defined outside of the binary? (e.g., library functions)
|
B2R2