Gets or sets the displacement value.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SimpleExpression Displacement { get; set; }
Visual Basic
Public Property Displacement As SimpleExpression
	Get
	Set
Visual C++
public:
property SimpleExpression^ Displacement {
	SimpleExpression^ get ();
	void set (SimpleExpression^ value);
}

Field Value

An SimpleExpression specifying the displacement value or symbol; or nullNothingnullptra null reference (Nothing in Visual Basic) to use no displacement. The default is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also