<Directives> 要素 (.NET ネイティブ)
.NET ネイティブのすべてのランタイム ディレクティブ ファイルのルート要素。
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
構文
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<!-- child elements -->
</Directives>
属性
属性 | 説明 |
---|---|
xmlns |
XML 名前空間。 この値は常に http://schemas.microsoft.com/netfx/2013/01/metadata です。 |
子要素
要素 | 説明 |
---|---|
<Application> | リフレクションで使用可能なメタデータを持つアプリケーション全体の型と型のメンバーのコンテナーとして機能します。 |
<ライブラリ> | 実行時にメタデータを必要とする子型と型のメンバーを持つアセンブリを定義します。 |
解説
各ランタイム ディレクティブ ファイルには、<Directives>
要素を 1 つのみ含めることができます。
<Directives>
要素には、0 または 1 個の <Application> 要素と、0 個以上の <Library> 要素を含めることができます。