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)

傳回

偵錯目錄資料表項目陣列。

例外狀況

錯誤的項目格式。

從基礎資料流讀取時出現 IO 錯誤。

PE 映像無法使用。

適用於