AssemblyCultureAttribute クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<AttributeUsageAttribute(AttributeTargets.Assembly, Inherited:=False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class AssemblyCultureAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly, Inherited=false)] [ComVisibleAttribute(true)] public sealed class AssemblyCultureAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, Inherited=false)] [ComVisibleAttribute(true)] public ref class AssemblyCultureAttribute sealed : public Attribute

この属性は、メイン アセンブリとサテライト アセンブリを区別するために、コンパイラで使用します。メイン アセンブリは、コードとニュートラル カルチャのリソースを格納します。サテライト アセンブリは、[assembly:AssemblyCultureAttribute("de")] のように、特定のカルチャのリソースだけを格納します。この属性をアセンブリに設定し、カルチャ名に空の文字列 ("") 以外を使用すると、このアセンブリは、実行可能コードを格納するメイン アセンブリではなく、サテライト アセンブリのように見えます。従来のコード ライブラリにこの属性を付けると破損します。これは、他のコードがライブラリのエントリ ポイントを実行時に見つけることができないためです。
詳細については、共通言語基盤 (CLI: Common Language Infrastructure) のドキュメント、特に「Partition II: Metadata Definition and Semantics」を参照してください。このドキュメントは、http://msdn.microsoft.com/net/ecma/ および http://www.ecma-international.org/publications/standards/Ecma-335.htm で入手できます。

System.Attribute
System.Reflection.AssemblyCultureAttribute


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からAssemblyCultureAttribute クラスを検索する場合は、下記のリンクをクリックしてください。

- AssemblyCultureAttribute クラスのページへのリンク