The Immediate type exposes the following members.

Constructors

  NameDescription
Public methodImmediate(Func<(Of <(<'T, TResult>)>)>)
Initializes a new instance of the Immediate class
Public methodImmediate(Int128)
Initializes a new instance of the Immediate class.
Public methodImmediate(Reference)
Initializes a new instance of the Immediate class.
Public methodImmediate(Func<(Of <(<'T, TResult>)>)>, Boolean)
Initializes a new instance of the Immediate class
Public methodImmediate(Int128, DataSize)
Initializes a new instance of the Immediate class.
Public methodImmediate(Reference, DataSize)
Initializes a new instance of the Immediate class.

Methods

  NameDescription
Protected method$InvariantMethod$ (Overrides Operand..::..$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()()()().)

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Byte to Immediate)
Converts an 8-bit unsigned integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Int16 to Immediate)
Converts a 16-bit signed integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Int32 to Immediate)
Converts a 32-bit signed integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Int64 to Immediate)
Converts a 64-bit signed integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(SByte to Immediate)
Converts an 8-bit signed integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(UInt16 to Immediate)
Converts a 16-bit unsigned integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(UInt32 to Immediate)
Converts a 32-bit unsigned integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(UInt64 to Immediate)
Converts a 64-bit unsigned integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Int128 to Immediate)
Converts a 128-bit signed integer to an Immediate value.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Reference to Immediate)
Converts a reference to an Immediate value.

Fields

  NameDescription
Protected field$evaluatingInvariant$ (Inherited from Operand.)

Properties

  NameDescription
Public propertyExpression
Gets or sets the expression evaluating to the immediate value.
Public propertyPreferredSize
Gets or sets the preferred size of the operand.
(Inherited from Operand.)
Public propertySize
Gets the actual size of operand.
(Inherited from Operand.)

See Also