Click or drag to resize
AssemblyNameFlags Property
Gets or sets the attributes of the assembly.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public AssemblyNameFlags Flags { get; set; }

Return Value

Type: AssemblyNameFlags
A value that represents the attributes of the assembly.
See Also