Gets the ObjectFile in which this section is declared.

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

Syntax

C#
public ObjectFile Parent { get; internal set; }
Visual Basic
Public Property Parent As ObjectFile
	Get
	Friend Set
Visual C++
public:
property ObjectFile^ Parent {
	ObjectFile^ get ();
	internal: void set (ObjectFile^ value);
}

Field Value

An ObjectFile; or nullNothingnullptra null reference (Nothing in Visual Basic) when the section is not part of any object file.

See Also