The Section type exposes the following members.

Properties

  NameDescription
Public propertyAddress
Gets or sets the virtual address where this section starts.
Public propertyAlignment
Gets or sets the required alignment of this section.
Public propertyAllocate
Gets or sets whether the contents of this section is copied from the object file to memory on execution.
Public propertyAnnotations
Gets a dictionary which may be used to store data specific to this object.
Public propertyAssociatedSymbol
Gets the Symbol associated with this block.
Public propertyCount
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public propertyExecutable
Gets or sets whether the contents of this section requires execute permission.
Public propertyFlags
Gets or sets flags which apply to this Section.
Public propertyIdentifier
Gets the identifier of this section.
Public propertyIsConstructed
Gets whether the section has been constructed.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Protected propertyItems (Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public propertyNoBits
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.
Public propertyParent
Gets the ObjectFile in which this section is declared.
Public propertyWritable
Gets or sets whether the contents of this section requires writing permission.

See Also