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 Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the AssemblyFlagsAttribute class with the specified combination of AssemblyNameFlags flags, cast as an integer value.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("This constructor has been deprecated. Please use AssemblyFlagsAttribute(AssemblyNameFlags) instead. http://go.microsoft.com/fwlink/?linkid=14202")] AssemblyFlagsAttribute( int assemblyFlags )
Parameters
- assemblyFlags
-
Type:
System::Int32
A bitwise combination of AssemblyNameFlags flags, cast as an integer value, representing just-in-time (JIT) compiler options, longevity, whether an assembly is retargetable, and whether it has a full or tokenized public key.
This untyped constructor is now obsolete. Do not use.
.NET Framework
Available since 1.1
Available since 1.1
Show: