AssemblyFlagsAttribute.Flags Eigenschaft

Definition

Achtung

AssemblyFlagsAttribute.Flags has been deprecated. Use AssemblyFlags instead.

Achtung

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

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 ganzzahligen Wert ohne Vorzeichen ab, der die Kombination von AssemblyNameFlags Flags darstellt, die angegeben wurden, wenn diese Attributinstanz erstellt wurde.

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

Eigenschaftswert

Ein ganzzahliger Wert ohne Vorzeichen, der eine bitweise Kombination von AssemblyNameFlags Flags darstellt.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen