RunInstallerAttribute.RunInstaller プロパティ

定義

アセンブリのインストール中にインストーラーを起動するかどうかを示す値を取得します。

public:
 property bool RunInstaller { bool get(); };
public bool RunInstaller { get; }
member this.RunInstaller : bool
Public ReadOnly Property RunInstaller As Boolean

プロパティ値

アセンブリのインストール中にインストーラーを起動する場合は true。それ以外の場合は false

適用対象