C# Class sl_runner.Util

Show file Open project: jbtule/PclUnit

Public Properties

Property Type Description
started bool

Public Methods

Method Description
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

Method Details

CompileNewXAP() public static method

public static CompileNewXAP ( HashSet fullsetOfDlls, string shared ) : string
fullsetOfDlls HashSet
shared string
return string

CreateNewHtml() public static method

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

EncodeString() public static method

public static EncodeString ( string data ) : string
data string
return string

GenerateFullListOfDlls() public static method

public static GenerateFullListOfDlls ( IEnumerable dlls ) : HashSet
dlls IEnumerable
return HashSet

LaunchBrowserRunner() public static method

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

Property Details

started public static property

public static bool started
return bool