C# Class PackmanVsix.PackageService

Exibir arquivo Open project: madskristensen/Packman Class Usage Examples

Public Methods

Method 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

Method 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 method

public static Initialize ( IServiceProvider serviceProvider ) : void
serviceProvider IServiceProvider
return void

InstallpackageAsync() public static method

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

RestorePackagesAsync() public static method

public static RestorePackagesAsync ( string manifestFile ) : System.Threading.Tasks.Task
manifestFile string
return System.Threading.Tasks.Task