AssemblyFlagsAttribute.Flags Propriedade

Definição

Cuidado

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

Cuidado

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Cuidado

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

Importante

Esta API não está em conformidade com CLS.

Alternativa em conformidade com CLS
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Obtém um valor inteiro sem sinal que representa a combinação de sinalizadores AssemblyNameFlags, especificado quando esta instância de atributo foi criada.

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

Valor da propriedade

Um valor inteiro sem sinal que representa uma combinação bit a bit de AssemblyNameFlags sinalizadores.

Atributos

Comentários

Essa propriedade retorna um inteiro para compatibilidade com versões anteriores. Converta o valor para o AssemblyNameFlags tipo antes de usá-lo.

Aplica-se a

Confira também