AssemblyFlagsAttribute.Flags Proprietà

Definizione

Attenzione

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

Attenzione

This property has been deprecated. Please use AssemblyFlags instead. https://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 specificati al momento della creazione di AssemblyNameFlags questa istanza dell'attributo.

public:
 property System::UInt32 Flags { System::UInt32 get(); };
[System.CLSCompliant(false)]
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)]
[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)>]
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)>]
[<System.Obsolete("This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
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 AssemblyNameFlags flag.

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