PEReader.ReadCodeViewDebugDirectoryData(DebugDirectoryEntry) 方法

定义

读取指定的调试目录项指向的数据,并将其解释为 CodeView。Reads the data pointed to by the specified Debug Directory entry and interprets it as 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

参数

entry
DebugDirectoryEntry

调试目录项实例。A Debug Directory entry instance.

返回

CodeViewDebugDirectoryData

代码视图调试目录数据实例。A code view debug directory data instance.

例外

entry 不是 CodeView 项。entry is not a CodeView entry.

数据的格式错误。Bad format of the data.

从基础流中读取时出现 IO 错误。IO error while reading from the underlying stream.

PE 映像不可用。The PE image is not available.

适用于