AssemblyTitleAttribute(String) コンストラクター

定義

AssemblyTitleAttribute クラスの新しいインスタンスを初期化します。

public:
 AssemblyTitleAttribute(System::String ^ title);
public AssemblyTitleAttribute (string title);
new System.Reflection.AssemblyTitleAttribute : string -> System.Reflection.AssemblyTitleAttribute
Public Sub New (title As String)

パラメーター

title
String

アセンブリのタイトル。

注釈

Windows Vista では、パラメーターに指定されたtitle文字列が、アセンブリの [Windows ファイルのプロパティ] ダイアログ ボックスの [詳細] タブに表示されます。 プロパティ名は [ファイルの説明] です。 Windows XP では、この文字列は [Windows ファイルのプロパティ] ダイアログ ボックスの [バージョン] タブに表示されます。

適用対象

こちらもご覧ください