AssemblyTitleAttribute Constructor
Collapse the table of content
Expand the table of content

AssemblyTitleAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the AssemblyTitleAttribute class.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public AssemblyTitleAttribute(
	string title
)

Parameters

title
Type: System.String
The assembly title.

In Windows Vista, the information specified for this attribute appears on the Details tab of the Windows File Properties dialog box for the assembly. The property name is File description. In Windows XP, this information appears on the Version tab of the Windows File Properties dialog box.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft