August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyDescriptionAttribute
This custom attribute allows a description to be stored with an assembly.
public sealed class AssemblyDescriptionAttribute : Attribute {
// Public Constructors
public AssemblyDescriptionAttribute(string description);
// Public Instance Properties
public string Description{get; }
}
System.Object
→
System.Attribute
→
AssemblyDescriptionAttribute
Assembly