System.Reflection.AssemblyFlagsAttribute Members

The members of System.Reflection.AssemblyFlagsAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

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

Initializes a new instance of the System.Reflection.AssemblyFlagsAttribute class with the specified combination of System.Reflection.AssemblyNameFlags flags.

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

Public Properties

[read-only]
AssemblyFlagsint.

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

[read-only]
Flagsuint.

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