Specifies a feature of the ObjectFile.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum ObjectFileFeature |
| Visual Basic |
|---|
Public Enumeration ObjectFileFeature |
| Visual C++ |
|---|
public enum class ObjectFileFeature |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No feature. | |
| ArbitraryPhysicalStart | 1 | The section can specify an arbitrary start position in the resulting object file. |