PEHeader.DebugTableDirectory 属性

定义

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

属性值

DirectoryEntry

注解

表示 IMAGE_DIRECTORY_ENTRY_DEBUGRepresents IMAGE_DIRECTORY_ENTRY_DEBUG.

适用于