Gets or sets the Section in which this symbol is defined.

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

Syntax

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

Field Value

The Section in which this symbol is defined; or nullNothingnullptra null reference (Nothing in Visual Basic) when IsAbsolute is trueTruetruetrue (True in Visual Basic) or when the symbol is not defined in this object file (i.e. it is extern, IsExtern is trueTruetruetrue (True in Visual Basic)).

See Also