PEReader.ReadDebugDirectory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.