Windows apps
Collapse the table of content
Expand the table of content
Information
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

 
clsCompliantAlternativeP:System.Reflection.AssemblyFlagsAttribute.AssemblyFlagsobsoleteCodeEntityP:System.Reflection.AssemblyFlagsAttribute.AssemblyFlags Note: This API is now obsolete.

Gets an unsigned integer value representing the combination of AssemblyNameFlags flags specified when this attribute instance was created.

This API is not CLS-compliant.

Namespace:   System.Reflection
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::UInt32

An 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
Return to top
Show:
© 2017 Microsoft