AssemblyFlagsAttribute Constructor (UInt32)
.NET Framework (current version)
Initializes a new instance of the AssemblyFlagsAttribute class with the specified combination of AssemblyNameFlags flags, cast as an unsigned integer value.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("This constructor has been deprecated. Please use AssemblyFlagsAttribute(AssemblyNameFlags) instead. http://go.microsoft.com/fwlink/?linkid=14202")] [CLSCompliantAttribute(false)] AssemblyFlagsAttribute( unsigned int flags )
Parameters
- flags
-
Type:
System::UInt32
A bitwise combination of AssemblyNameFlags flags, cast as an unsigned 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: