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.

适用于