The EffectiveAddress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EffectiveAddress()()()() |
Initializes a new instance of the EffectiveAddress class.
| |
| EffectiveAddress(DataSize, DataSize, Func<(Of <(<'T, TResult>)>)>) | Initializes a new instance of the EffectiveAddress class | |
| EffectiveAddress(DataSize, Register, Register, Int32, Func<(Of <(<'T, TResult>)>)>) | Initializes a new instance of the EffectiveAddress class |
Methods
| Name | Description | |
|---|---|---|
| $InvariantMethod$ | (Overrides Operand..::..$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()()()().) |
Fields
| Name | Description | |
|---|---|---|
| $evaluatingInvariant$ | (Inherited from Operand.) |
Properties
| Name | Description | |
|---|---|---|
| AddressSize |
Gets or sets the address size of the effective address.
| |
| BaseRegister |
Gets the base register.
| |
| Displacement |
Gets or sets the expression specifying the displacement of the effective address.
| |
| IndexRegister |
Gets the index register.
| |
| PreferredSize |
Gets or sets the preferred size of the operand.
(Inherited from Operand.) | |
| RelativeAddress |
Gets or sets whether the effective address is RIP-relative.
| |
| Scale |
Gets or sets the scaling factor.
| |
| Size |
Gets the actual size of operand.
(Inherited from Operand.) |