AssemblyFlagsAttribute.Flags プロパティ

定義

注意事項

This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202

注意事項

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

注意事項

This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202

重要

この API は CLS 準拠ではありません。

CLS 準拠の代替
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

この属性のインスタンスが作成されたときに指定された AssemblyNameFlags フラグの組み合わせを表す符号なし整数値を取得します。

public:
 property System::UInt32 Flags { System::UInt32 get(); };
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")]
public uint Flags { get; }
[System.CLSCompliant(false)]
[System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public uint Flags { get; }
[System.CLSCompliant(false)]
public uint Flags { get; }
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Flags : uint32
[<System.CLSCompliant(false)>]
member this.Flags : uint32
Public ReadOnly Property Flags As UInteger

プロパティ値

AssemblyNameFlags フラグのビットごとの組み合わせを表す符号なし整数値。

属性

注釈

このプロパティは、下位互換性のために整数を返します。 使用する前に、値を AssemblyNameFlags 型にキャストします。

適用対象

こちらもご覧ください