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.

Jump to: Statements Referenced by

Statements (36)

Predicate Object
instanceOf .NET attribute
class
allowMultiple false
appliesTo assemblies
assembly System.Runtime NERFINISHED
mscorlib NERFINISHED
attributeUsage AttributeTargets.Assembly NERFINISHED
baseClass System.Attribute NERFINISHED
category reflection attribute
definedIn .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
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 NERFINISHED
library .NET Base Class Library NERFINISHED
member public sealed class AssemblyTitleAttribute : Attribute
namespace System.Reflection
platform Linux
Windows
macOS
property Title
propertyType System.String
relatedTo System.Reflection.AssemblyCompanyAttribute NERFINISHED
System.Reflection.AssemblyDescriptionAttribute
System.Reflection.AssemblyProductAttribute NERFINISHED
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

Referenced by (1)

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

System.Reflection containsType System.Reflection.AssemblyTitleAttribute