System.Reflection.AssemblyConfigurationAttribute Class

Specifies the build configuration, such as retail or debug, for an assembly.

See Also: AssemblyConfigurationAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Assembly, Inherited=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class AssemblyConfigurationAttribute : Attribute

Remarks

In integrated build environments such as Microsoft Visual Studio, build configuration information is usually determined by the development environment settings for the project.

Requirements

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