C# Class NetIde.Setup.Installation.PackageInstaller

Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Install ( ) : void
PackageInstaller ( SetupConfiguration configuration, IProgress progress ) : System

Private Methods

Méthode Description
AddLog ( string message ) : void
CreateContext ( ) : void
CreateShortcut ( string shortcutFileName, string mainIcon ) : void
CreateShortcuts ( ) : void
DownloadPackages ( ) : void
FindMainIcon ( ) : string
InstallPackages ( ) : void
SetProgress ( double progress ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Install() public méthode

public Install ( ) : void
Résultat void

PackageInstaller() public méthode

public PackageInstaller ( SetupConfiguration configuration, IProgress progress ) : System
configuration SetupConfiguration
progress IProgress
Résultat System