次の方法で共有


PEDirectoriesBuilder.DebugTable プロパティ

定義

デバッグ テーブルのイメージ ディレクトリ エントリ。

public:
 property System::Reflection::PortableExecutable::DirectoryEntry DebugTable { System::Reflection::PortableExecutable::DirectoryEntry get(); void set(System::Reflection::PortableExecutable::DirectoryEntry value); };
public System.Reflection.PortableExecutable.DirectoryEntry DebugTable { get; set; }
member this.DebugTable : System.Reflection.PortableExecutable.DirectoryEntry with get, set
Public Property DebugTable As DirectoryEntry

プロパティ値

ディレクトリ エントリ インスタンス。

注釈

IMAGE_DIRECTORY_ENTRY_DEBUG を表します。

適用対象