RunInstallerAttribute(Boolean) コンストラクター

定義

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

public:
 RunInstallerAttribute(bool runInstaller);
public RunInstallerAttribute (bool runInstaller);
new System.ComponentModel.RunInstallerAttribute : bool -> System.ComponentModel.RunInstallerAttribute
Public Sub New (runInstaller As Boolean)

パラメーター

runInstaller
Boolean

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

適用対象