C# Class ScpDriverInstaller.Utilities.RedistPackageInstaller

Afficher le fichier Open project: nefarius/ScpToolkit

Méthodes publiques

Méthode Description
DownloadAndInstallDirectXRedistAsync ( ) : System.Threading.Tasks.Task
DownloadAndInstallMsvc2010Async ( ) : System.Threading.Tasks.Task

Downloads and installs the Microsoft Visual C++ 2010 Redistributable Package, depending on the hosts architecture.

DownloadAndInstallMsvc2013Async ( ) : System.Threading.Tasks.Task

Downloads and installs the Visual C++ Redistributable Packages für Visual Studio 2013, depending on the hosts architecture.

DownloadAndInstallXbox360DriverAsync ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
OnProgressChanged ( ScpControl.Utilities.ProgressChangedEventArgs e ) : void
RedistPackageInstaller ( ) : System

Method Details

DownloadAndInstallDirectXRedistAsync() public méthode

public DownloadAndInstallDirectXRedistAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DownloadAndInstallMsvc2010Async() public méthode

Downloads and installs the Microsoft Visual C++ 2010 Redistributable Package, depending on the hosts architecture.
public DownloadAndInstallMsvc2010Async ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DownloadAndInstallMsvc2013Async() public méthode

Downloads and installs the Visual C++ Redistributable Packages für Visual Studio 2013, depending on the hosts architecture.
public DownloadAndInstallMsvc2013Async ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DownloadAndInstallXbox360DriverAsync() public méthode

public DownloadAndInstallXbox360DriverAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task