C# Class NetIde.Update.PackageRuntimeInstaller

Inheritance: PackageManager
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
Execute ( ) : void
PackageRuntimeInstaller ( ContextName context, string packagePath ) : System
PackageRuntimeInstaller ( ContextName context, string packagePath, bool inPlace ) : System

Private Methods

Méthode Description
ExecuteInPlace ( ) : void
ExecuteWithRestart ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

PackageRuntimeInstaller() public méthode

public PackageRuntimeInstaller ( ContextName context, string packagePath ) : System
context ContextName
packagePath string
Résultat System

PackageRuntimeInstaller() public méthode

public PackageRuntimeInstaller ( ContextName context, string packagePath, bool inPlace ) : System
context ContextName
packagePath string
inPlace bool
Résultat System