AssemblyNameFlags Property |
Gets or sets the attributes of the assembly.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public AssemblyNameFlags Flags { get; set; }
Return Value
Type:
AssemblyNameFlagsA value that represents the attributes of the assembly.
See Also