AssemblyFlagsAttribute.Flags Egenskap

Definition

Varning

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Varning

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

Varning

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

Viktigt!

Detta API uppfyller inte CLS.

Alternativ som uppfyller CLS
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Hämtar ett osignerat heltalsvärde som representerar kombinationen av AssemblyNameFlags flaggor som angavs när den här attributinstansen skapades.

public:
 property System::UInt32 Flags { System::UInt32 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. https://go.microsoft.com/fwlink/?linkid=14202")]
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("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. https://go.microsoft.com/fwlink/?linkid=14202")>]
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

Egenskapsvärde

Ett osignerat heltalsvärde som representerar en bitvis kombination av AssemblyNameFlags flaggor.

Attribut

Kommentarer

Den här egenskapen returnerar ett heltal för bakåtkompatibilitet. Omvandla värdet till AssemblyNameFlags typen innan du använder det.

Gäller för

Se även