Gets or sets whether the address of this symbol is an absolute value.

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

Syntax

C#
public bool IsAbsolute { get; set; }
Visual Basic
Public Property IsAbsolute As Boolean
	Get
	Set
Visual C++
public:
property bool IsAbsolute {
	bool get ();
	void set (bool value);
}

Field Value

trueTruetruetrue (True in Visual Basic) when the symbol is defined and its Address is an absolute address; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also