C# Class ScpDriverInstaller.Utilities.RedistPackageInstaller

Datei anzeigen Open project: nefarius/ScpToolkit

Public Methods

Method 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

Method Description
OnProgressChanged ( ScpControl.Utilities.ProgressChangedEventArgs e ) : void
RedistPackageInstaller ( ) : System

Method Details

DownloadAndInstallDirectXRedistAsync() public method

public DownloadAndInstallDirectXRedistAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DownloadAndInstallMsvc2010Async() public method

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

DownloadAndInstallMsvc2013Async() public method

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

DownloadAndInstallXbox360DriverAsync() public method

public DownloadAndInstallXbox360DriverAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task