PEHeaders.SectionHeaders Property

Definition

Gets the PE section headers.

public:
 property System::Collections::Immutable::ImmutableArray<System::Reflection::PortableExecutable::SectionHeader> SectionHeaders { System::Collections::Immutable::ImmutableArray<System::Reflection::PortableExecutable::SectionHeader> get(); };
public System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.SectionHeader> SectionHeaders { get; }
member this.SectionHeaders : System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.SectionHeader>
Public ReadOnly Property SectionHeaders As ImmutableArray(Of SectionHeader)

Property Value

An array containing the PE section headers.

Applies to