C# Class DXVcs2Git.UI.ViewModels.UriDownloaderViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
UriDownloaderViewModel ( Uri uri, System.Version version ) : System

Private Methods

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

Method Details

UriDownloaderViewModel() public method

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