A section in an object file.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[SerializableAttribute] public sealed class Section : Collection<Constructable>, IIdentifiable, IAssociatable, IAnnotatable, IObjectFileVisitable |
Visual Basic |
---|
<SerializableAttribute> _ Public NotInheritable Class Section _ Inherits Collection(Of Constructable) _ Implements IIdentifiable, IAssociatable, IAnnotatable, IObjectFileVisitable |
Visual C++ |
---|
[SerializableAttribute] public ref class Section sealed : public Collection<Constructable^>, IIdentifiable, IAssociatable, IAnnotatable, IObjectFileVisitable |
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
System.Collections.ObjectModel..::..Collection<(Of <(<'Constructable>)>)>
SharpAssembler.Core..::..Section