AssemblyTitleAttribute Constructor (String^)

 

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 string specified for the title parameter 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 string appears on the Version tab of the Windows File Properties dialog box.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: