C# Class UnityEditor.Tizen.TizenUtilities

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
AssertAnyDeviceReady ( Command waitingForProcessToExit ) : List
CreateTpkPackage ( string stagingArea ) : bool
ForwardPort ( string srcPort, string destPort ) : void
GetTizenShellPath ( ) : string
InstallTpkPackage ( string packageFile ) : bool
KillServer ( Command waitingForProcessToExit ) : void
LaunchTpkPackage ( string id, string stagingArea ) : bool
ListDevices ( ) : string[]
ListEmulators ( ) : string[]
PrepareToolPaths ( ) : void
Run ( string command, Command waitingForProcessToExit, string errorMsg ) : string
ShowErrDlgAndThrow ( string title, string message ) : void
ShowErrDlgAndThrow ( string title, string message, Exception ex ) : void
StartServer ( Command waitingForProcessToExit ) : void
StringFromMinOSVersion ( ) : string
ValidateSigningProfile ( string stagingArea ) : bool
WriteCapabilitiesToManifest ( TextWriter writer ) : void

Private Methods

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 ( Command waitingForProcessToExit ) : List
GetValidVersionString ( ) : string
IsMobileDevice ( string model ) : bool
IsValidResponse ( string output, bool acceptNoError ) : bool
RunInternal ( string command, Command waitingForProcessToExit, string errorMsg ) : string
StringConcat ( IEnumerable strings ) : string

Method Details

AssertAnyDeviceReady() public static method

public static AssertAnyDeviceReady ( Command waitingForProcessToExit ) : List
waitingForProcessToExit Command
return List

CreateTpkPackage() public static method

public static CreateTpkPackage ( string stagingArea ) : bool
stagingArea string
return bool

ForwardPort() public static method

public static ForwardPort ( string srcPort, string destPort ) : void
srcPort string
destPort string
return void

GetTizenShellPath() public static method

public static GetTizenShellPath ( ) : string
return string

InstallTpkPackage() public static method

public static InstallTpkPackage ( string packageFile ) : bool
packageFile string
return bool

KillServer() public static method

public static KillServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
return void

LaunchTpkPackage() public static method

public static LaunchTpkPackage ( string id, string stagingArea ) : bool
id string
stagingArea string
return bool

ListDevices() public static method

public static ListDevices ( ) : string[]
return string[]

ListEmulators() public static method

public static ListEmulators ( ) : string[]
return string[]

PrepareToolPaths() public static method

public static PrepareToolPaths ( ) : void
return void

Run() public static method

public static Run ( string command, Command waitingForProcessToExit, string errorMsg ) : string
command string
waitingForProcessToExit Command
errorMsg string
return string

ShowErrDlgAndThrow() public static method

public static ShowErrDlgAndThrow ( string title, string message ) : void
title string
message string
return void

ShowErrDlgAndThrow() public static method

public static ShowErrDlgAndThrow ( string title, string message, Exception ex ) : void
title string
message string
ex System.Exception
return void

StartServer() public static method

public static StartServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
return void

StringFromMinOSVersion() public static method

public static StringFromMinOSVersion ( ) : string
return string

ValidateSigningProfile() public static method

public static ValidateSigningProfile ( string stagingArea ) : bool
stagingArea string
return bool

WriteCapabilitiesToManifest() public static method

public static WriteCapabilitiesToManifest ( TextWriter writer ) : void
writer System.IO.TextWriter
return void