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では、 パラメーターに指定された文字列が、アセンブリの [Windows ファイルのプロパティ] ダイアログ ボックスの [Details タブに表示されます。 プロパティ名は ファイルの説明です。 Windows XPでは、この文字列は Version タブの [Windows ファイルのプロパティ] ダイアログ ボックスに表示されます。

適用対象

こちらもご覧ください