March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyDescriptionAttribute
This custom attribute allows a description to be stored with an assembly.
public sealed class AssemblyDescriptionAttribute : Attribute { // Public Constructors public method AssemblyDescriptionAttribute( string description); // Public Instance Properties public field string Description{get; } }
System.Object→System.Attribute→AssemblyDescriptionAttribute
Assembly