C# Class PackmanVsix.PackageService

Afficher le fichier Open project: madskristensen/Packman Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( IServiceProvider serviceProvider ) : void
InstallpackageAsync ( string manifestFilePath, InstallablePackage entry, InstallSettings settings ) : System.Threading.Tasks.Task
RestorePackagesAsync ( string manifestFile ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
Copied ( object sender, FileCopyEventArgs e ) : void
Copying ( object sender, FileCopyEventArgs e ) : void
Downloading ( object sender, InstallEventArgs e ) : void
DownloadingRemainingFiles ( object sender, InstallEventArgs e ) : void
Installed ( object sender, InstallEventArgs e ) : void
IsValidJson ( string file ) : Task
Saving ( object sender, EventArgs e ) : void

Method Details

Initialize() public static méthode

public static Initialize ( IServiceProvider serviceProvider ) : void
serviceProvider IServiceProvider
Résultat void

InstallpackageAsync() public static méthode

public static InstallpackageAsync ( string manifestFilePath, InstallablePackage entry, InstallSettings settings ) : System.Threading.Tasks.Task
manifestFilePath string
entry Packman.InstallablePackage
settings Packman.InstallSettings
Résultat System.Threading.Tasks.Task

RestorePackagesAsync() public static méthode

public static RestorePackagesAsync ( string manifestFile ) : System.Threading.Tasks.Task
manifestFile string
Résultat System.Threading.Tasks.Task