次の方法で共有


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 を表します。

適用対象