The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AssemblyFlagsAttribute::Flags Property
.NET Framework (current version)
Gets an unsigned integer value representing the combination of AssemblyNameFlags flags specified when this attribute instance was created.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("This property has been deprecated. Please use AssemblyFlags instead. http://go.microsoft.com/fwlink/?linkid=14202")] [CLSCompliantAttribute(false)] property unsigned int Flags { unsigned int get(); }
Property Value
Type: System::UInt32An unsigned integer value representing a bitwise combination of AssemblyNameFlags flags.
This property returns an integer for backward compatibility. Cast the value to the AssemblyNameFlags type before using it.
.NET Framework
Available since 1.1
Available since 1.1
Show: