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입니다.

적용 대상