Specifies the type of section.
Namespace: SharpAssembler.CoreAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | No specific type. | |
Program | 1 | An allocated section containing executable, non-writable data. | |
Data | 2 | An allocated section containing writable, non-executable initialized data. | |
Bss | 3 | An allocated section containing writable, non-executable uninitialized data. |