PEReader.ReadDebugDirectory 方法

定义

读取所有 Debug Directory 表条目。

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 映像不可用。

适用于