C# Class WakaTime.PythonInstaller

显示文件 Open project: josec89/wakatime-unity Class Usage Examples

Public Methods

Method Description
Download ( ) : void
DownloadAndInstall ( ) : void
IsDownloading ( ) : bool
IsInstalling ( ) : bool

Private Methods

Method Description
DownloadCompleted ( ) : void
GetFileFolder ( ) : string
GetFilePath ( ) : string
Install ( ) : void
IsDownloaded ( ) : bool
WhileDownloading ( ) : void

Method Details

Download() public static method

public static Download ( ) : void
return void

DownloadAndInstall() public static method

public static DownloadAndInstall ( ) : void
return void

IsDownloading() public static method

public static IsDownloading ( ) : bool
return bool

IsInstalling() public static method

public static IsInstalling ( ) : bool
return bool