AssemblyFlagsAttribute クラス
アセンブリが、同じコンピュータ、同じプロセス、または同じアプリケーション ドメインでの side-by-side 実行をサポートするかどうかを指定します。このクラスは継承できません。
この型のすべてのメンバの一覧については、AssemblyFlagsAttribute メンバ を参照してください。
System.Object
System.Attribute
System.Reflection.AssemblyFlagsAttribute
<AttributeUsage(AttributeTargets.Assembly)>
NotInheritable Public Class AssemblyFlagsAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyFlagsAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Assembly)]
public __gc __sealed class AssemblyFlagsAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Assembly)
class AssemblyFlagsAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
AssemblyVersionCompatibility 列挙体は、1 つのアセンブリと他のバージョンとの互換性を定義し、他のバージョンと side-by-side 実行できない場合を特定します。
必要条件
名前空間: System.Reflection
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: Mscorlib (Mscorlib.dll 内)
参照
AssemblyFlagsAttribute メンバ | System.Reflection 名前空間 | AssemblyVersionCompatibility