The Section type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the virtual address where this section starts.
| |
| Alignment |
Gets or sets the required alignment of this section.
| |
| Allocate |
Gets or sets whether the contents of this section is copied from the object file to memory on execution.
| |
| Annotations |
Gets a dictionary which may be used to store data specific to this object.
| |
| AssociatedSymbol |
Gets the Symbol associated with this block.
| |
| Count | Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Constructable>)>)>.) | |
| Executable |
Gets or sets whether the contents of this section requires execute permission.
| |
| Flags |
Gets or sets flags which apply to this Section.
| |
| Identifier |
Gets the identifier of this section.
| |
| IsConstructed |
Gets whether the section has been constructed.
| |
| Item | Gets or sets the element at the specified index. (Inherited from Collection<(Of <(<'Constructable>)>)>.) | |
| Items | Gets a IList<(Of <(<'T>)>)> wrapper around the Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Constructable>)>)>.) | |
| NoBits |
Gets or sets whether the contents of this section is zeroed. It is assumed to be present in memory on
execution, but is not written in the file.
| |
| Parent |
Gets the ObjectFile in which this section is declared.
| |
| Writable |
Gets or sets whether the contents of this section requires writing permission.
|