Name

AssemblyDescriptionAttribute

Synopsis

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; }
}

Hierarchy

System.Object System.Attribute AssemblyDescriptionAttribute

Valid On

Assembly

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.