An operand for an instruction.

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 abstract class Operand : IConstructableOperand, 
	IOperand
Visual Basic
Public MustInherit Class Operand _
	Implements IConstructableOperand, IOperand
Visual C++
public ref class Operand abstract : IConstructableOperand, 
	IOperand

Contracts

Invariants
Enum.IsDefined(typeof(DataSize), preferredSize)

Inheritance Hierarchy

See Also