Gets an explicit operand size for this instruction.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public DataSize OperandSize { get; protected set; } |
Visual Basic |
---|
Public Property OperandSize As DataSize
Get
Protected Set |
Field Value
The explicit operand size for this instruction; or
None to determine it from
the operands.
Remarks
Exceptions
Contracts
Get
Ensures |
---|
Enum.IsDefined(typeof(DataSize), Contract.Result<DataSize>()) |
Set
Requires |
---|
Enum.IsDefined(typeof(DataSize), value) |
See Also