March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyConfigurationAttribute
This custom attribute allows you to specify a configuration for the assembly (such as debug, release, beta, etc.).
public sealed class AssemblyConfigurationAttribute : Attribute { // Public Constructors public method AssemblyConfigurationAttribute( string configuration); // Public Instance Properties public field string Configuration{get; } }
System.Object→System.Attribute→AssemblyConfigurationAttribute
Assembly