Header menu logo B2R2

BinSymbolBinding Type

Represents the linkage binding of a symbol.

Union cases

Union case Description

GlobalBinding

Full Usage: GlobalBinding

Globally visible and may be referenced by other objects.

LocalBinding

Full Usage: LocalBinding

Visible only within the object that defines it.

UnknownBinding

Full Usage: UnknownBinding

Binding information is unavailable for this format.

WeakBinding

Full Usage: WeakBinding

Like global, but may be overridden by a non-weak definition.

Instance members

Instance member Description

this.IsGlobalBinding

Full Usage: this.IsGlobalBinding

Returns: bool
Returns: bool

this.IsLocalBinding

Full Usage: this.IsLocalBinding

Returns: bool
Returns: bool

this.IsUnknownBinding

Full Usage: this.IsUnknownBinding

Returns: bool
Returns: bool

this.IsWeakBinding

Full Usage: this.IsWeakBinding

Returns: bool
Returns: bool

Type something to start searching.