C# 클래스 UnityEditor.Tizen.TizenUtilities

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AssertAnyDeviceReady() 공개 정적인 메소드

public static AssertAnyDeviceReady ( Command waitingForProcessToExit ) : List
waitingForProcessToExit Command
리턴 List

CreateTpkPackage() 공개 정적인 메소드

public static CreateTpkPackage ( string stagingArea ) : bool
stagingArea string
리턴 bool

ForwardPort() 공개 정적인 메소드

public static ForwardPort ( string srcPort, string destPort ) : void
srcPort string
destPort string
리턴 void

GetTizenShellPath() 공개 정적인 메소드

public static GetTizenShellPath ( ) : string
리턴 string

InstallTpkPackage() 공개 정적인 메소드

public static InstallTpkPackage ( string packageFile ) : bool
packageFile string
리턴 bool

KillServer() 공개 정적인 메소드

public static KillServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
리턴 void

LaunchTpkPackage() 공개 정적인 메소드

public static LaunchTpkPackage ( string id, string stagingArea ) : bool
id string
stagingArea string
리턴 bool

ListDevices() 공개 정적인 메소드

public static ListDevices ( ) : string[]
리턴 string[]

ListEmulators() 공개 정적인 메소드

public static ListEmulators ( ) : string[]
리턴 string[]

PrepareToolPaths() 공개 정적인 메소드

public static PrepareToolPaths ( ) : void
리턴 void

Run() 공개 정적인 메소드

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

ShowErrDlgAndThrow() 공개 정적인 메소드

public static ShowErrDlgAndThrow ( string title, string message ) : void
title string
message string
리턴 void

ShowErrDlgAndThrow() 공개 정적인 메소드

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

StartServer() 공개 정적인 메소드

public static StartServer ( Command waitingForProcessToExit ) : void
waitingForProcessToExit Command
리턴 void

StringFromMinOSVersion() 공개 정적인 메소드

public static StringFromMinOSVersion ( ) : string
리턴 string

ValidateSigningProfile() 공개 정적인 메소드

public static ValidateSigningProfile ( string stagingArea ) : bool
stagingArea string
리턴 bool

WriteCapabilitiesToManifest() 공개 정적인 메소드

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