Gets the second 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 Operand Second { get; } |
Visual Basic |
---|
Public ReadOnly Property Second As Operand Get |
Visual C++ |
---|
public: property Operand^ Second { Operand^ get (); } |
Field Value
An Operand.
Contracts
Get
Ensures |
---|
Contract.Result<Operand>() != null |
Contract.Result<Operand>() is EffectiveAddress || Contract.Result<Operand>() is RegisterOperand |