PEReader.ReadCodeViewDebugDirectoryData(DebugDirectoryEntry) Methode

Definitie

Leest de gegevens die worden verwezen door de opgegeven mapvermelding voor foutopsporing en interpreteert deze als CodeView.

public:
 System::Reflection::PortableExecutable::CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData(System::Reflection::PortableExecutable::DebugDirectoryEntry entry);
public System.Reflection.PortableExecutable.CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry entry);
member this.ReadCodeViewDebugDirectoryData : System.Reflection.PortableExecutable.DebugDirectoryEntry -> System.Reflection.PortableExecutable.CodeViewDebugDirectoryData
Public Function ReadCodeViewDebugDirectoryData (entry As DebugDirectoryEntry) As CodeViewDebugDirectoryData

Parameters

entry
DebugDirectoryEntry

Een exemplaar van de foutopsporingsmapvermelding.

Retouren

Een codeweergave voor foutopsporing van directorygegevensexemplaren.

Uitzonderingen

entry is geen CodeView-vermelding.

Ongeldige indeling van de gegevens.

IO-fout tijdens het lezen van de onderliggende stroom.

De PE-installatiekopieƫn zijn niet beschikbaar.

Van toepassing op