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