Gets the ObjectFile in which this section is declared.
Namespace: SharpAssembler.CoreAssembly: 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); } |