RunInstallerAttribute(Boolean) Constructeur

Définition

Initialise une nouvelle instance de la classe RunInstallerAttribute.

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

Paramètres

runInstaller
Boolean

true si un programme d'installation doit être appelé pendant l'installation d'un assembly ; sinon, false.

S’applique à