PEReader.ReadCodeViewDebugDirectoryData(DebugDirectoryEntry) 方法

定义

读取指定的调试目录项指向的数据,并将其解释为 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

调试目录项实例。

返回

代码视图调试目录数据实例。

例外

entry 不是 CodeView 项。

数据的格式错误。

从基础流中读取时出现 IO 错误。

PE 映像不可用。

适用于