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 Constructor (Int32)

 
obsoleteCodeEntityM:System.Reflection.AssemblyFlagsAttribute.#ctor(System.Reflection.AssemblyNameFlags) Note: This API is now obsolete.

Initializes a new instance of the AssemblyFlagsAttribute class with the specified combination of AssemblyNameFlags flags, cast as an integer value.

Namespace:   System.Reflection
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
Return to top
Show:
© 2017 Microsoft