Table of Contents

Class AssemblyTitleAttribute

Namespace
System.Reflection
Assembly
mscorlib.dll

Specifies a description for an assembly.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyTitleAttribute : Attribute
Inheritance
AssemblyTitleAttribute
Inherited Members
Extension Methods

Constructors

AssemblyTitleAttribute(string)

Initializes a new instance of the AssemblyTitleAttribute class.

public AssemblyTitleAttribute(string title)

Parameters

title string

The assembly title.

Properties

Title

Gets assembly title information.

public string Title { get; }

Property Value

string

The assembly title.