C# 클래스 Orc.NuGetExplorer.RollbackWatcher

상속: PackageManagerWatcherBase
파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq

보호된 메소드들

메소드 설명
OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void

비공개 메소드들

메소드 설명
OnOperationContextDisposing ( object sender, OperationContextEventArgs e ) : void

메소드 상세

OnOperationStarting() 보호된 메소드

protected OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
리턴 void

RollbackWatcher() 공개 메소드

public RollbackWatcher ( IPackageOperationNotificationService packageOperationNotificationService, IPackageOperationContextService packageOperationContextService, IRollbackPackageOperationService rollbackPackageOperationService, IBackupFileSystemService backupFileSystemService, IFileSystemService fileSystemService ) : System.Linq
packageOperationNotificationService IPackageOperationNotificationService
packageOperationContextService IPackageOperationContextService
rollbackPackageOperationService IRollbackPackageOperationService
backupFileSystemService IBackupFileSystemService
fileSystemService IFileSystemService
리턴 System.Linq