Gets the actual size of operand.

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 virtual DataSize Size { get; }
Visual Basic
Public Overridable ReadOnly Property Size As DataSize
	Get
Visual C++
public:
virtual property DataSize Size {
	DataSize get ();
}

Field Value

A member of the DataSize enumeration; or None.

Implements

IOperand..::..Size

Contracts

Get

Ensures
Enum.IsDefined(typeof(DataSize), Contract.Result<DataSize>())
Inherited From: IOperand

See Also