C# 클래스 ScpDriverInstaller.Utilities.RedistPackageInstaller

파일 보기 프로젝트 열기: nefarius/ScpToolkit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnProgressChanged ( ScpControl.Utilities.ProgressChangedEventArgs e ) : void
RedistPackageInstaller ( ) : System

메소드 상세

DownloadAndInstallDirectXRedistAsync() 공개 메소드

public DownloadAndInstallDirectXRedistAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

DownloadAndInstallMsvc2010Async() 공개 메소드

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

DownloadAndInstallMsvc2013Async() 공개 메소드

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

DownloadAndInstallXbox360DriverAsync() 공개 메소드

public DownloadAndInstallXbox360DriverAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task