PEReader.ReadCodeViewDebugDirectoryData(DebugDirectoryEntry) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přečte data, na která odkazuje zadaná položka ladicího adresáře, a interpretuje je jako 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
Parametry
- entry
- DebugDirectoryEntry
Instance položky ladicího adresáře.
Návraty
Zobrazení kódu instance dat ladicího adresáře.
Výjimky
entry není položka CodeView.
Chybný formát dat
Při čtení ze základního datového proudu došlo k chybě vstupně-výstupních operací.
Obrázek PE není k dispozici.