共用方式為


PEHeaders.SectionHeaders 屬性

定義

取得 PE 區段標頭。

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)

屬性值

包含 PE 區段標頭的陣列。

適用於