CorHeader.MetadataDirectory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取元数据条目。
public:
property System::Reflection::PortableExecutable::DirectoryEntry MetadataDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry MetadataDirectory { get; }
member this.MetadataDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property MetadataDirectory As DirectoryEntry
属性值
元数据条目。
注解
元数据目录条目包含 .NET 程序集的 CLI 元数据。 元数据布局由 ECMA-335 规范第 II.24 节定义。