Gets the destination operand of the instruction.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IRegisterOrMemoryOperand Destination { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Destination As IRegisterOrMemoryOperand Get |
| Visual C++ |
|---|
public: property IRegisterOrMemoryOperand^ Destination { IRegisterOrMemoryOperand^ get (); } |
Field Value
An IRegisterOrMemoryOperand.
Contracts
Get
| Ensures |
|---|
Contract.Result<IRegisterOrMemoryOperand>() != null |