An interface for register, memory and immediate operands.

Namespace: SharpAssembler.x86.Operands
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface ISourceOperand : IOperand
Visual Basic
Public Interface ISourceOperand _
	Inherits IOperand
Visual C++
public interface class ISourceOperand : IOperand

See Also