The Relocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Relocation |
Initializes a new instance of the Relocation class.
|
Methods
Name | Description | |
---|---|---|
![]() | $InvariantMethod$ | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Addend |
Gets or sets a constant addend used to compute the value to be stored into the relocatable field.
|
![]() | Annotations |
Gets a dictionary which may be used to store data specific to this object.
|
![]() | Offset |
Gets or sets the offset of the storage unit to be relocated, relative to the start of the section
containing the storage unit.
|
![]() | Section |
Gets or sets the Section in which the storage unit to be relocated resides.
|
![]() | TargetSymbol |
Gets or sets the target symbol of this relocation.
|
![]() | Type |
Gets or sets the relocation type.
|