The Section type exposes the following members.

Methods

  NameDescription
Protected method$InvariantMethod$
Public methodAccept
Accepts the specified visitor.
Public methodAdd
Adds an object to the end of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodClear
Removes all elements from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Protected methodClearItems
Removes all elements from the Collection<(Of <(<'T>)>)>.
(Overrides Collection<(Of <(<'T>)>)>..::..ClearItems()()()().)
Public methodConstruct
Constructs the IEmittable sequence and symbol table for this section.
Public methodContains
Determines whether an element is in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodCopyTo
Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodEmit
Emits this section into its binary representation.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodInsert
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Protected methodInsertItem
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
(Overrides Collection<(Of <(<'T>)>)>..::..InsertItem(Int32, T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Public methodRemoveAt
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Constructable>)>)>.)
Protected methodRemoveItem
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
(Overrides Collection<(Of <(<'T>)>)>..::..RemoveItem(Int32).)
Public methodReset
Resets the section's encoding process.
Protected methodSetItem
Replaces the element at the specified index.
(Overrides Collection<(Of <(<'T>)>)>..::..SetItem(Int32, T).)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

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