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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.