C# Class NetIde.Services.PackageManager.PackageUpdater

Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnCompleted ( ExceptionEventArgs e ) : void
OnProgressChanged ( ProgressEventArgs e ) : void

Private Methods

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

public static CancelCorePackageUpdate ( INiEnv env ) : void
env INiEnv
return void

OnCompleted() protected method

protected OnCompleted ( ExceptionEventArgs e ) : void
e ExceptionEventArgs
return void

OnProgressChanged() protected method

protected OnProgressChanged ( ProgressEventArgs e ) : void
e ProgressEventArgs
return void

PackageUpdater() public method

public PackageUpdater ( IServiceProvider serviceProvider, IEnumerable pendingUpdates ) : System
serviceProvider IServiceProvider
pendingUpdates IEnumerable
return System

Start() public method

public Start ( ) : void
return void