Initializes a new instance of the Call class.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Call( EffectiveAddress target ) |
Visual Basic |
---|
Public Sub New ( _ target As EffectiveAddress _ ) |
Visual C++ |
---|
public: Call( EffectiveAddress^ target ) |
Parameters
- target
- Type: SharpAssembler.x86.Operands..::..EffectiveAddress
The EffectiveAddress containing the target's address.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | target == null |
Contracts
Requires | ||
---|---|---|
target != null
|