AssemblyFlagsAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the AssemblyFlagsAttribute class with the specified combination of AssemblyNameFlags flags.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyFlags
- Type: System.Reflection.AssemblyNameFlags
A bitwise combination of AssemblyNameFlags flags representing just-in-time (JIT) compiler options, longevity, whether an assembly is retargetable, and whether it has a full or tokenized public key.
Show: