Class AssemblyDescriptionAttribute
- Namespace
- System.Reflection
- Assembly
- mscorlib.dll
Provides a text description for an assembly.
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyDescriptionAttribute : Attribute
- Inheritance
-
AssemblyDescriptionAttribute
- Inherited Members
- Extension Methods
Constructors
AssemblyDescriptionAttribute(string)
Initializes a new instance of the AssemblyDescriptionAttribute class.
public AssemblyDescriptionAttribute(string description)
Parameters
description
stringThe assembly description.
Properties
Description
Gets assembly description information.
public string Description { get; }
Property Value
- string
A string containing the assembly description.