AssemblyFlagsAttribute.Flags Eigenschaft

Definition

Achtung

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

Achtung

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Achtung

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

Wichtig

Diese API ist nicht CLS-kompatibel.

CLS-kompatible Alternative
System.Reflection.AssemblyFlagsAttribute.AssemblyFlags

Ruft einen Ganzzahlwert ohne Vorzeichen ab, der die Kombination von AssemblyNameFlags-Flags darstellt, die nach dem Erstellen dieser Attributinstanz angegeben werden.

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

Eigenschaftswert

UInt32

Ein Ganzzahlwert ohne Vorzeichen, der eine bitweise Kombination von AssemblyNameFlags-Flags darstellt.

Attribute

Hinweise

Diese Eigenschaft gibt eine ganze Zahl für die Abwärtskompatibilität zurück. Wandeln Sie den Wert vor der Verwendung in den AssemblyNameFlags Typ um.

Gilt für

Siehe auch