BinSymbolBinding Type
Represents the linkage binding of a symbol.
Union cases
| Union case |
Description
|
Full Usage:
GlobalBinding
|
Globally visible and may be referenced by other objects. |
Full Usage:
LocalBinding
|
Visible only within the object that defines it. |
Full Usage:
UnknownBinding
|
Binding information is unavailable for this format. |
Full Usage:
WeakBinding
|
Like global, but may be overridden by a non-weak definition. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGlobalBinding
Returns: bool
|
|
Full Usage:
this.IsLocalBinding
Returns: bool
|
|
Full Usage:
this.IsUnknownBinding
Returns: bool
|
|
Full Usage:
this.IsWeakBinding
Returns: bool
|
|
B2R2