System.Reflection.AssemblyTitleAttribute

E697544

System.Reflection.AssemblyTitleAttribute is a .NET attribute used to specify a human-readable title for an assembly, typically displayed in file properties and about dialogs.

All labels observed (1)

Label Occurrences
System.Reflection.AssemblyTitleAttribute canonical 3

How this entity was disambiguated

Statements (36)

Predicate Object
instanceOf .NET attribute
class
allowMultiple false
appliesTo assemblies
assembly System.Runtime
linked to: System.Runtime.dll

mscorlib
linked to: mscorlib.dll
attributeUsage AttributeTargets.Assembly
baseClass System.Attribute
category reflection attribute
definedIn .NET 5+
.NET Core
.NET Framework
displayedIn Windows file properties details tab
application About dialogs
documentation https://learn.microsoft.com/dotnet/api/system.reflection.assemblytitleattribute
exampleUsage [assembly: AssemblyTitle("My Application")]
hasConstructor AssemblyTitleAttribute(string title)
hasProperty string Title { get; }
inherited false
introducedIn .NET Framework 1.0
linked to: .NET Framework
library .NET Base Class Library
member public sealed class AssemblyTitleAttribute : Attribute
namespace System.Reflection
platform Linux
Windows
macOS
property Title
propertyType System.String
relatedTo System.Reflection.AssemblyCompanyAttribute
System.Reflection.AssemblyDescriptionAttribute
System.Reflection.AssemblyProductAttribute
shortDescription Specifies a descriptive, human-readable title for an assembly.
target assembly
usage specify human-readable title for an assembly
usedWith C# assembly-level attributes
VB.NET assembly-level attributes

How these facts were elicited

Referenced by (3)

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

System.Reflection containsType System.Reflection.AssemblyTitleAttribute
System.Reflection.AssemblyDescriptionAttribute relatedTo System.Reflection.AssemblyTitleAttribute
System.Reflection.AssemblyTrademarkAttribute relatedAttribute System.Reflection.AssemblyTitleAttribute