PEReader.ReadDebugDirectory Method

Definition

Reads all Debug Directory table entries.

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)

Returns

An array of Debug Directory table entries.

Exceptions

Bad format of the entry.

IO error while reading from the underlying stream.

The PE image is not available.

Applies to