C# 클래스 Android_UEFIInstaller.BasicInstaller

파일 보기 프로젝트 열기: ExtremeGTX/Androidx86-Installer-for-Windows

공개 메소드들

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