次の方法で共有


AssemblyFlagsAttribute.Flags プロパティ

許可される side-by-side 実行の種類を表す値 (同じコンピュータ、同じプロセス、または同じアプリケーション ドメイン) を取得します。

<CLSCompliant(False)>
Public ReadOnly Property Flags As UInt32
[C#]
[CLSCompliant(false)]
public uint Flags {get;}
[C++]
[CLSCompliant(false)]
public: __property unsigned int get_Flags();
[JScript]
public
   CLSCompliant(false)
function get Flags() : UInt32;

プロパティ値

許可される side-by-side 実行を表す値。

必要条件

プラットフォーム: 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

参照

AssemblyFlagsAttribute クラス | AssemblyFlagsAttribute メンバ | System.Reflection 名前空間