System.Reflection.AssemblyDescriptionAttribute

E697545

System.Reflection.AssemblyDescriptionAttribute is a .NET attribute used to specify a human-readable description for an assembly, typically displayed in assembly metadata and file properties.

All labels observed (1)

Label Occurrences
System.Reflection.AssemblyDescriptionAttribute canonical 2

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf .NET attribute
class
sealed class
appliesTo assembly level
assembly System.Runtime
mscorlib
linked to: mscorlib.dll
attributeUsageAllowMultiple false
attributeUsageInherited false
attributeUsageTarget Assembly
baseClass System.Attribute
canBeReadVia System.Reflection.Assembly.GetCustomAttributes
category assembly metadata attribute
reflection attribute
definedIn .NET 5+
.NET Core
.NET Framework
displayedIn Windows file properties details tab
assembly metadata
hasConstructor AssemblyDescriptionAttribute(string description)
hasProperty Description
introducedIn .NET 1.0
linked to: .NET
isCLSCompliant true
isOptional true
isSerializable true
languageSupport C#
F#
VB.NET
linked to: Visual Basic .NET
metadataRole descriptive
namespace System.Reflection
platform Linux
Windows
macOS
propertyType Description:string
purpose Provide a human-readable description for an assembly
relatedTo System.Reflection.AssemblyCompanyAttribute
System.Reflection.AssemblyProductAttribute
System.Reflection.AssemblyTitleAttribute
targetFrameworkIndependence true
threadSafety attribute instances are generally immutable
typicalLocation AssemblyInfo file
project attributes in .NET SDK-style projects
usageExample [assembly: AssemblyDescription("My sample application")]
usedBy developers documenting assemblies
visibility public

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection containsType System.Reflection.AssemblyDescriptionAttribute
System.Reflection.AssemblyConfigurationAttribute relatedAttribute System.Reflection.AssemblyDescriptionAttribute