C# Класс DroidExplorer.Bootstrapper.Panels.DownloadPanel

Наследование: WizardPanel
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CopyStandaloneArchives void
DownloadFile void
DownloadPanel System
DownloadPlatformTools string
DownloadSdkTools string
ExtractPlatformTools void
ExtractSdkTools void
ExtractZip void
FinishStep void
GetRepository System.Xml.XmlDocument
RunSetup void
SdkPathCleanup void
SetupSdkPath void
wizard_CancelRequest void

Открытые методы

Метод Описание
DownloadPanel ( IWizard wizard ) : System

Initializes a new instance of the DownloadPanel class.

InitializeWizardPanel ( ) : void

Initializes the wizard panel.

Защищенные методы

Метод Описание
InitializeComponent ( ) : void

Initializes the component.

Приватные методы

Метод Описание
CopyStandaloneArchives ( ) : void
DownloadFile ( string url, string file, int size ) : void

Downloads the file.

DownloadPanel ( ) : System

Initializes a new instance of the DownloadPanel class.

DownloadPlatformTools ( ) : string

Downloads the platform tools.

DownloadSdkTools ( ) : string

Downloads the SDK tools.

ExtractPlatformTools ( string path ) : void

Extracts the platform tools.

ExtractSdkTools ( string path ) : void

Extracts the SDK tools.

ExtractZip ( string zip, string rootFolder, string newFolder, string matchPath ) : void

Extracts the zip.

FinishStep ( ) : void

Finishes the step.

GetRepository ( ) : XmlDocument

Gets the repository.

RunSetup ( ) : void

Runs the setup.

SdkPathCleanup ( ) : void

SDKs the path cleanup.

SetupSdkPath ( ) : void

Setups the SDK path.

wizard_CancelRequest ( object sender, EventArgs e ) : void

Handles the CancelRequest event of the wizard control.

Описание методов

DownloadPanel() публичный Метод

Initializes a new instance of the DownloadPanel class.
public DownloadPanel ( IWizard wizard ) : System
wizard IWizard The wizard.
Результат System

InitializeComponent() защищенный Метод

Initializes the component.
protected InitializeComponent ( ) : void
Результат void

InitializeWizardPanel() публичный Метод

Initializes the wizard panel.
public InitializeWizardPanel ( ) : void
Результат void