다음을 통해 공유


CorHeader.MetadataDirectory 속성

정의

메타데이터 항목을 가져옵니다.

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 섹션에 의해 정의됩니다.

적용 대상