C# Class Android_UEFIInstaller.BasicInstaller

Afficher le fichier Open project: ExtremeGTX/Androidx86-Installer-for-Windows

Méthodes publiques

Méthode Description
BasicInstaller ( ) : System
Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
Uninstall ( String InstallDrive = "0" ) : void

Méthodes protégées

Méthode Description
ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
InstallBootObjects ( Object extraData ) : System.Boolean
UnInstallBootObjects ( Object extraData ) : System.Boolean
cleanup ( String directory ) : bool

Private Methods

Méthode Description
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

Method Details

BasicInstaller() public méthode

public BasicInstaller ( ) : System
Résultat System

ExecuteCLICommand() protected méthode

protected ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
FilePath String
args String
Résultat System.Boolean

Install() public méthode

public Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
ISOFilePath String
InstallDrive String
UserDataSize String
Résultat System.Boolean

InstallBootObjects() protected abstract méthode

protected abstract InstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
Résultat System.Boolean

UnInstallBootObjects() protected abstract méthode

protected abstract UnInstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
Résultat System.Boolean

Uninstall() public méthode

public Uninstall ( String InstallDrive = "0" ) : void
InstallDrive String
Résultat void

cleanup() protected méthode

protected cleanup ( String directory ) : bool
directory String
Résultat bool