AssemblyFlagsAttribute.Flags Proprietà

Definizione

Attenzione

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

Attenzione

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Attenzione

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

Importante

Questa API non è conforme a CLS.

Alternativa conforme a CLS
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Ottiene un valore intero senza segno che rappresenta la combinazione di flag AssemblyNameFlags specificati alla creazione dell'istanza di questo attributo.

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

Valore della proprietà

Valore intero senza segno che rappresenta una combinazione bit per bit di flag AssemblyNameFlags.

Attributi

Commenti

Questa proprietà restituisce un numero intero per la compatibilità con le versioni precedenti. Eseguire il cast del valore al AssemblyNameFlags tipo prima di usarlo.

Si applica a

Vedi anche