The Relocation type exposes the following members.

Constructors

  NameDescription
Public methodRelocation
Initializes a new instance of the Relocation class.

Methods

  NameDescription
Protected method$InvariantMethod$
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAddend
Gets or sets a constant addend used to compute the value to be stored into the relocatable field.
Public propertyAnnotations
Gets a dictionary which may be used to store data specific to this object.
Public propertyOffset
Gets or sets the offset of the storage unit to be relocated, relative to the start of the section containing the storage unit.
Public propertySection
Gets or sets the Section in which the storage unit to be relocated resides.
Public propertyTargetSymbol
Gets or sets the target symbol of this relocation.
Public propertyType
Gets or sets the relocation type.

See Also