System.Reflection.AssemblyFlagsAttribute.Flags Property

Gets an unsigned integer value representing the combination of System.Reflection.AssemblyNameFlags flags specified when this attribute instance was created.

Syntax

[System.CLSCompliant(false)]
[System.Obsolete("")]
public uint Flags { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property returns an integer for backward compatibility. Cast the value to the System.Reflection.AssemblyNameFlags type before using it.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0