Gets or sets the group 1 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..::..PrefixLockRepeat Prefix1 { get; set; } |
Visual Basic |
---|
Public Property Prefix1 As EncodedInstruction..::..PrefixLockRepeat Get Set |
Visual C++ |
---|
public: property EncodedInstruction..::..PrefixLockRepeat Prefix1 { EncodedInstruction..::..PrefixLockRepeat get (); void set (EncodedInstruction..::..PrefixLockRepeat value); } |
Field Value
A member of the EncodedInstruction..::..PrefixLockRepeat enumeration; or None to specify no prefix. The default is None.
Exceptions
Exception | Condition |
---|---|
System.ComponentModel..::..InvalidEnumArgumentException | !(Enum.IsDefined(typeof(PrefixLockRepeat), value)) |
Contracts
Get
Ensures |
---|
Enum.IsDefined(typeof(PrefixLockRepeat), Contract.Result<PrefixLockRepeat>()) |
Set
Requires |
---|
Enum.IsDefined(typeof(PrefixLockRepeat), value) |