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

適用対象