Sets the correct lock prefix.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void SetLock( bool doLock ) |
| Visual Basic |
|---|
Public Sub SetLock ( _ doLock As Boolean _ ) |
| Visual C++ |
|---|
public: void SetLock( bool doLock ) |
Parameters
- doLock
- Type: System..::..Boolean
trueTruetruetrue (True in Visual Basic) to add a lock prefix; otherwise, falseFalsefalsefalse (False in Visual Basic).