Sdílet prostřednictvím


ManagedInstallerClass.IManagedInstaller.ManagedInstall(String, Int32) Metoda

Definice

Popis tohoto člena najdete v tématu ManagedInstall(String, Int32).

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Parametry

argString
String

Příkazový řádek, který chcete nainstalovat.

hInstall
Int32

Popisovač instalace.

Návraty

Návratový kód pro installutil.exe. Úspěšná instalace vrátí hodnotu 0. Jiné hodnoty označují selhání.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ManagedInstallerClass případě, že je instance přetypovaná na IManagedInstaller rozhraní.

Platí pro