Specifies the type of section.

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

Syntax

C#
public enum SectionType
Visual Basic
Public Enumeration SectionType
Visual C++
public enum class SectionType

Members

Member nameValueDescription
None0 No specific type.
Program1 An allocated section containing executable, non-writable data.
Data2 An allocated section containing writable, non-executable initialized data.
Bss3 An allocated section containing writable, non-executable uninitialized data.

See Also