PEReader.ReadDebugDirectory メソッド

定義

すべてのデバッグ ディレクトリ テーブル エントリを読み取ります。

public:
 System::Collections::Immutable::ImmutableArray<System::Reflection::PortableExecutable::DebugDirectoryEntry> ReadDebugDirectory();
public System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.DebugDirectoryEntry> ReadDebugDirectory ();
member this.ReadDebugDirectory : unit -> System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.DebugDirectoryEntry>
Public Function ReadDebugDirectory () As ImmutableArray(Of DebugDirectoryEntry)

戻り値

デバッグ ディレクトリ テーブル エントリの配列。

例外

エントリの形式が正しくありません。

基になるストリームからの読み取り中の入出力エラー。

PE イメージは使用できません。

適用対象