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

디버그 디렉터리 항목 인스턴스입니다.

반환

CodeViewDebugDirectoryData

코드 보기 디버그 디렉터리 데이터 인스턴스입니다.

예외

entry는 CodeView 항목이 아닙니다.

데이터 형식이 잘못되었습니다.

기본 스트림에서 읽는 동안 IO 오류가 발생했습니다.

PE 이미지를 사용할 수 없습니다.

적용 대상