AssemblyDescriptionAttribute | CF 1.0 |
System.Reflection (mscorlib.dll) | sealed class |
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
|