C# 클래스 sl_runner.Util

파일 보기 프로젝트 열기: jbtule/PclUnit

공개 프로퍼티들

프로퍼티 타입 설명
started bool

공개 메소드들

메소드 설명
CompileNewXAP ( HashSet fullsetOfDlls, string shared ) : string
CreateNewHtml ( string shared, string tempPath, string url, string id, IEnumerable dlls ) : string
EncodeString ( string data ) : string
GenerateFullListOfDlls ( IEnumerable dlls ) : HashSet
LaunchBrowserRunner ( bool ishidden, string temphtml, Action whenFinished = null, System.Action whenExiting = null ) : Thread

메소드 상세

CompileNewXAP() 공개 정적인 메소드

public static CompileNewXAP ( HashSet fullsetOfDlls, string shared ) : string
fullsetOfDlls HashSet
shared string
리턴 string

CreateNewHtml() 공개 정적인 메소드

public static CreateNewHtml ( string shared, string tempPath, string url, string id, IEnumerable dlls ) : string
shared string
tempPath string
url string
id string
dlls IEnumerable
리턴 string

EncodeString() 공개 정적인 메소드

public static EncodeString ( string data ) : string
data string
리턴 string

GenerateFullListOfDlls() 공개 정적인 메소드

public static GenerateFullListOfDlls ( IEnumerable dlls ) : HashSet
dlls IEnumerable
리턴 HashSet

LaunchBrowserRunner() 공개 정적인 메소드

public static LaunchBrowserRunner ( bool ishidden, string temphtml, Action whenFinished = null, System.Action whenExiting = null ) : Thread
ishidden bool
temphtml string
whenFinished Action
whenExiting System.Action
리턴 Thread

프로퍼티 상세

started 공개적으로 정적으로 프로퍼티

public static bool started
리턴 bool