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

적용 대상