ManagedInstallerClass.IManagedInstaller.ManagedInstall(String, Int32) Méthode

Définition

Pour obtenir une description de ce membre, consultez ManagedInstall(String, Int32).

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

 virtual int System.Configuration.Install.IManagedInstaller.ManagedInstall(System::String ^ argString, int hInstall) = System::Configuration::Install::IManagedInstaller::ManagedInstall;
int IManagedInstaller.ManagedInstall(string argString, int hInstall);
abstract member System.Configuration.Install.IManagedInstaller.ManagedInstall : string * int -> int
override this.System.Configuration.Install.IManagedInstaller.ManagedInstall : string * int -> int
Function ManagedInstall (argString As String, hInstall As Integer) As Integer Implements IManagedInstaller.ManagedInstall

Paramètres

argString
String

Ligne de commande à installer.

hInstall
Int32

Handle de l’installation.

Retours

Code de retour pour installutil.exe. Une installation réussie retourne 0. D’autres valeurs indiquent l’échec.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ManagedInstallerClass est convertie en IManagedInstaller interface.

S’applique à