C# 클래스 DXVcs2Git.UI.ViewModels.UriDownloaderViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Xarlot/DXVcs2Git 1 사용 예제들

공개 메소드들

메소드 설명
UriDownloaderViewModel ( Uri uri, System.Version version ) : System

비공개 메소드들

메소드 설명
BeginInstall ( ) : void
CanCancel ( ) : bool
CanRestart ( ) : bool
Cancel ( ) : void
DownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
FindAndInstallExtension ( ) : void
FindExtensionFolder ( string rootpath, string &path ) : bool
InstallCompleted ( ) : void
OnDownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
OnStatusChanged ( ) : void
Restart ( ) : void
StartDownload ( ) : void
VsixInstalCompleted ( object sender, EventArgs e ) : void

메소드 상세

UriDownloaderViewModel() 공개 메소드

public UriDownloaderViewModel ( Uri uri, System.Version version ) : System
uri System.Uri
version System.Version
리턴 System