Share via


PEHeader.CopyrightTableDirectory 属性

定义

获取“版权表”条目。

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

属性值

“版权表”条目。

注解

表示 IMAGE_DIRECTORY_ENTRY_COPYRIGHTIMAGE_DIRECTORY_ENTRY_ARCHITECTURE

适用于