AssemblyFlagsAttribute.Flags Propiedad

Definición

Precaución

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

Precaución

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Precaución

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

Importante

Esta API no es conforme a CLS.

Alternativa conforme a CLS
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Obtiene un valor entero sin signo que representa la combinación de marcas AssemblyNameFlags especificados cuando se creó esta instancia de atributo.

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 de propiedad

Un valor entero sin signo que representa una combinación bit a bit de marcas AssemblyNameFlags.

Atributos

Comentarios

Esta propiedad devuelve un entero para la compatibilidad con versiones anteriores. Convierta el valor en el AssemblyNameFlags tipo antes de usarlo.

Se aplica a

Consulte también