Label Type
Represents a symbolic label that can be a jump target. Each label has its name and a unique identifier. We also associate an address with the label to represent the location of the label in the binary, i.e., the address of the instruction that the label belongs to.
Instance members
Instance member | Description |
|
|
Full Usage:
this.Id
Returns: int
|
|
Full Usage:
this.Name
Returns: string
|