Gets or sets the IFile 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 IFile DefiningFile { get; set; }
Visual Basic
Public Property DefiningFile As IFile
	Get
	Set
Visual C++
public:
property IFile^ DefiningFile {
	IFile^ get ();
	void set (IFile^ value);
}

Field Value

The IFile in which this symbol is defined; or nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

When DefiningSection is not nullNothingnullptra null reference (Nothing in Visual Basic), this member should be the ObjectFile in which the section is defined.

See Also