Share via


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 セクション ヘッダーを含む配列。

適用対象