Property | Type | Description | |
---|---|---|---|
started | bool |
Method | Description | |
---|---|---|
CompileNewXAP ( HashSet |
||
CreateNewHtml ( string shared, string tempPath, string url, string id, IEnumerable |
||
EncodeString ( string data ) : string | ||
GenerateFullListOfDlls ( IEnumerable |
||
LaunchBrowserRunner ( bool ishidden, string temphtml, Action |
public static CompileNewXAP ( HashSet |
||
fullsetOfDlls | HashSet |
|
shared | string | |
return | string |
public static CreateNewHtml ( string shared, string tempPath, string url, string id, IEnumerable |
||
shared | string | |
tempPath | string | |
url | string | |
id | string | |
dlls | IEnumerable |
|
return | string |
public static EncodeString ( string data ) : string | ||
data | string | |
return | string |
public static GenerateFullListOfDlls ( IEnumerable |
||
dlls | IEnumerable |
|
return | HashSet |
public static LaunchBrowserRunner ( bool ishidden, string temphtml, Action |
||
ishidden | bool | |
temphtml | string | |
whenFinished | Action |
|
whenExiting | System.Action | |
return | Thread |