Gets the constant added to reference address value (or 0 when no reference is provided).

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Int128 Constant { get; }
Visual Basic
Public ReadOnly Property Constant As Int128
	Get
Visual C++
public:
property Int128 Constant {
	Int128 get ();
}

Field Value

An Int128.

See Also