C# Класс Android_UEFIInstaller.BasicInstaller

Показать файл Открыть проект

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

Метод Описание
BasicInstaller ( ) : System
Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
Uninstall ( String InstallDrive = "0" ) : void

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

Метод Описание
ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
InstallBootObjects ( Object extraData ) : System.Boolean
UnInstallBootObjects ( Object extraData ) : System.Boolean
cleanup ( String directory ) : bool

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

Метод Описание
CreateDataParition ( String directory, String Size ) : System.Boolean
DetectAndroidVariant ( String ISOFilePath, String ExtractDirectory ) : System.Boolean
ExtractISO ( String ISOFilePath, String ExtractDirectory ) : System.Boolean
ExtractSFS ( String SFSPath ) : System.Boolean
FormatDataPartition ( String FilePath ) : System.Boolean
SearchForPreviousInstallation ( String FolderName ) : String
SetupDirectories ( String directory ) : System.Boolean
VerifyFiles ( String FileList ) : System.Boolean
WriteAndroidIDFile ( String filePath ) : System.Boolean

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

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

public BasicInstaller ( ) : System
Результат System

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

protected ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
FilePath String
args String
Результат System.Boolean

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

public Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
ISOFilePath String
InstallDrive String
UserDataSize String
Результат System.Boolean

InstallBootObjects() защищенный абстрактный Метод

protected abstract InstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
Результат System.Boolean

UnInstallBootObjects() защищенный абстрактный Метод

protected abstract UnInstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
Результат System.Boolean

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

public Uninstall ( String InstallDrive = "0" ) : void
InstallDrive String
Результат void

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

protected cleanup ( String directory ) : bool
directory String
Результат bool