다음을 통해 공유


PEHeader.ExportTableDirectory 속성

정의

테이블 내보내기 항목을 가져옵니다.

public:
 property System::Reflection::PortableExecutable::DirectoryEntry ExportTableDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry ExportTableDirectory { get; }
member this.ExportTableDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property ExportTableDirectory As DirectoryEntry

속성 값

테이블 내보내기 항목입니다.

설명

IMAGE_DIRECTORY_ENTRY_EXPORT을 나타냅니다.

적용 대상