C# Class NetIde.Services.PackageManager.PackageUpdater

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

Méthodes publiques

Méthode Description
CancelCorePackageUpdate ( INiEnv env ) : void
PackageUpdater ( IServiceProvider serviceProvider, IEnumerable pendingUpdates ) : System
Start ( ) : void

Méthodes protégées

Méthode Description
OnCompleted ( ExceptionEventArgs e ) : void
OnProgressChanged ( ProgressEventArgs e ) : void

Private Methods

Méthode Description
ComparePendingUpdate ( PendingUpdate x, PendingUpdate y ) : int
DownloadPackage ( RegistryKey packageKey, string packageId, string targetFileName ) : void
PerformRuntimeUpdate ( int index, RegistryKey packageKey ) : void
PerformUninstall ( int index ) : void
PerformUpdate ( int index, RegistryKey packageKey ) : void
ProcessUpdate ( int index ) : void
ShouldUpdateRuntime ( PendingUpdate update, RegistryKey packageKey ) : bool
ThreadProc ( ) : void

Method Details

CancelCorePackageUpdate() public static méthode

public static CancelCorePackageUpdate ( INiEnv env ) : void
env INiEnv
Résultat void

OnCompleted() protected méthode

protected OnCompleted ( ExceptionEventArgs e ) : void
e ExceptionEventArgs
Résultat void

OnProgressChanged() protected méthode

protected OnProgressChanged ( ProgressEventArgs e ) : void
e ProgressEventArgs
Résultat void

PackageUpdater() public méthode

public PackageUpdater ( IServiceProvider serviceProvider, IEnumerable pendingUpdates ) : System
serviceProvider IServiceProvider
pendingUpdates IEnumerable
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void