C# Class UnityEditor.Tizen.TizenUtilities

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

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

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

public static AssertAnyDeviceReady ( Command waitingForProcessToExit ) : List
waitingForProcessToExit Command
Résultat List

CreateTpkPackage() public static méthode

public static CreateTpkPackage ( string stagingArea ) : bool
stagingArea string
Résultat bool

ForwardPort() public static méthode

public static ForwardPort ( string srcPort, string destPort ) : void
srcPort string
destPort string
Résultat void

GetTizenShellPath() public static méthode

public static GetTizenShellPath ( ) : string
Résultat string

InstallTpkPackage() public static méthode

public static InstallTpkPackage ( string packageFile ) : bool
packageFile string
Résultat bool

KillServer() public static méthode

public static KillServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
Résultat void

LaunchTpkPackage() public static méthode

public static LaunchTpkPackage ( string id, string stagingArea ) : bool
id string
stagingArea string
Résultat bool

ListDevices() public static méthode

public static ListDevices ( ) : string[]
Résultat string[]

ListEmulators() public static méthode

public static ListEmulators ( ) : string[]
Résultat string[]

PrepareToolPaths() public static méthode

public static PrepareToolPaths ( ) : void
Résultat void

Run() public static méthode

public static Run ( string command, Command waitingForProcessToExit, string errorMsg ) : string
command string
waitingForProcessToExit Command
errorMsg string
Résultat string

ShowErrDlgAndThrow() public static méthode

public static ShowErrDlgAndThrow ( string title, string message ) : void
title string
message string
Résultat void

ShowErrDlgAndThrow() public static méthode

public static ShowErrDlgAndThrow ( string title, string message, Exception ex ) : void
title string
message string
ex System.Exception
Résultat void

StartServer() public static méthode

public static StartServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
Résultat void

StringFromMinOSVersion() public static méthode

public static StringFromMinOSVersion ( ) : string
Résultat string

ValidateSigningProfile() public static méthode

public static ValidateSigningProfile ( string stagingArea ) : bool
stagingArea string
Résultat bool

WriteCapabilitiesToManifest() public static méthode

public static WriteCapabilitiesToManifest ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void