A section in an object file.

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

Syntax

Remarks

To create and add a new instance of this class to an object file, call AddNewSection(String, SectionType).

Contracts

Invariants
this.identifier != null
this.associatedSymbol != null
MathExt.IsPowerOfTwo(this.alignment)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Constructable>)>)>
    SharpAssembler.Core..::..Section

See Also