PEReader.ReadDebugDirectory 메서드

정의

모든 디버그 디렉터리 테이블 항목을 읽습니다.

public:
 System::Collections::Immutable::ImmutableArray<System::Reflection::PortableExecutable::DebugDirectoryEntry> ReadDebugDirectory();
public System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.DebugDirectoryEntry> ReadDebugDirectory ();
member this.ReadDebugDirectory : unit -> System.Collections.Immutable.ImmutableArray<System.Reflection.PortableExecutable.DebugDirectoryEntry>
Public Function ReadDebugDirectory () As ImmutableArray(Of DebugDirectoryEntry)

반환

ImmutableArray<DebugDirectoryEntry>

디버그 디렉터리 테이블 항목의 배열입니다.

예외

항목의 형식이 잘못되었습니다.

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

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

적용 대상