Gets or sets the group 4 prefix used.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public EncodedInstruction..::..PrefixOperandSizeOverride Prefix4 { get; set; } |
Visual Basic |
---|
Public Property Prefix4 As EncodedInstruction..::..PrefixOperandSizeOverride Get Set |
Visual C++ |
---|
public: property EncodedInstruction..::..PrefixOperandSizeOverride Prefix4 { EncodedInstruction..::..PrefixOperandSizeOverride get (); void set (EncodedInstruction..::..PrefixOperandSizeOverride value); } |
Field Value
A member of the EncodedInstruction..::..PrefixOperandSizeOverride enumeration; or None to specify no prefix. The default is None.
Exceptions
Exception | Condition |
---|---|
System.ComponentModel..::..InvalidEnumArgumentException | !(Enum.IsDefined(typeof(PrefixOperandSizeOverride), value)) |
Contracts
Get
Ensures |
---|
Enum.IsDefined(typeof(PrefixOperandSizeOverride), Contract.Result<PrefixOperandSizeOverride>()) |
Set
Requires |
---|
Enum.IsDefined(typeof(PrefixOperandSizeOverride), value) |