Initializes a new instance of the Immediate class.
Namespace: SharpAssembler.x86.OperandsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Immediate( Reference reference ) |
Visual Basic |
---|
Public Sub New ( _ reference As Reference _ ) |
Visual C++ |
---|
public: Immediate( Reference^ reference ) |
Parameters
- reference
- Type: SharpAssembler.Core.Symbols..::..Reference
A reference.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | reference == null |
Contracts
Requires | ||
---|---|---|
reference != null
|