An interface for register or memory 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 IRegisterOrMemoryOperand : IOperand
Visual Basic
Public Interface IRegisterOrMemoryOperand _
	Inherits IOperand
Visual C++
public interface class IRegisterOrMemoryOperand : IOperand

See Also