Method | Description | |
---|---|---|
AssertAnyDeviceReady ( |
||
CreateTpkPackage ( string stagingArea ) : bool | ||
ForwardPort ( string srcPort, string destPort ) : void | ||
GetTizenShellPath ( ) : string | ||
InstallTpkPackage ( string packageFile ) : bool | ||
KillServer ( |
||
LaunchTpkPackage ( string id, string stagingArea ) : bool | ||
ListDevices ( ) : string[] | ||
ListEmulators ( ) : string[] | ||
PrepareToolPaths ( ) : void | ||
Run ( string command, |
||
ShowErrDlgAndThrow ( string title, string message ) : void | ||
ShowErrDlgAndThrow ( string title, string message, |
||
StartServer ( |
||
StringFromMinOSVersion ( ) : string | ||
ValidateSigningProfile ( string stagingArea ) : bool | ||
WriteCapabilitiesToManifest ( |
Method | Description | |
---|---|---|
ExecuteSystemProcess ( string command, string args, string workingdir ) : string | ||
ExecuteSystemProcess ( string command, string args, string workingdir, bool displayProgress, string progressTitle, string progressInfo ) : string | ||
GetDevices ( |
||
GetValidVersionString ( ) : string | ||
IsMobileDevice ( string model ) : bool | ||
IsValidResponse ( string output, bool acceptNoError ) : bool | ||
RunInternal ( string command, |
||
StringConcat ( IEnumerable |
public static AssertAnyDeviceReady ( |
||
waitingForProcessToExit | ||
return | List |
public static CreateTpkPackage ( string stagingArea ) : bool | ||
stagingArea | string | |
return | bool |
public static ForwardPort ( string srcPort, string destPort ) : void | ||
srcPort | string | |
destPort | string | |
return | void |
public static InstallTpkPackage ( string packageFile ) : bool | ||
packageFile | string | |
return | bool |
public static KillServer ( |
||
waitingForProcessToExit | ||
return | void |
public static LaunchTpkPackage ( string id, string stagingArea ) : bool | ||
id | string | |
stagingArea | string | |
return | bool |
public static Run ( string command, |
||
command | string | |
waitingForProcessToExit | ||
errorMsg | string | |
return | string |
public static ShowErrDlgAndThrow ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
public static ShowErrDlgAndThrow ( string title, string message, |
||
title | string | |
message | string | |
ex | ||
return | void |
public static StartServer ( |
||
waitingForProcessToExit | ||
return | void |
public static StringFromMinOSVersion ( ) : string | ||
return | string |
public static ValidateSigningProfile ( string stagingArea ) : bool | ||
stagingArea | string | |
return | bool |
public static WriteCapabilitiesToManifest ( |
||
writer | ||
return | void |