AssemblyFlagsAttribute.Flags Propriedade
Definição
Cuidado
This property has been deprecated. Please use AssemblyFlags instead. https://go.microsoft.com/fwlink/?linkid=14202
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.Gets an unsigned integer value representing the combination of AssemblyNameFlags flags specified when this attribute instance was created.
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; }
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
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.An unsigned integer value representing a bitwise combination of AssemblyNameFlags flags.
- Atributos
Comentários
Essa propriedade retorna um inteiro para compatibilidade com versões anteriores.This property returns an integer for backward compatibility. Converta o valor para o AssemblyNameFlags tipo antes de usá-lo.Cast the value to the AssemblyNameFlags type before using it.