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

適用於