Method | Description | |
---|---|---|
DeleteTempFolders ( ) : void | ||
DoNotTrack ( ) : bool | ||
Exit ( ) : void | ||
GetId ( ) : string | ||
InitializeLogging ( ) : void | ||
LogMainInfo ( ) : void | ||
OpenFile ( string path ) : void | ||
OpenFolder ( string path ) : void | ||
OpenInBrowser ( string url, bool isFrontEnd, string browser = null, [ parameters = null ) : void | ||
RunApp ( |
||
RunApp ( string app ) : |
||
WriteLastRunVersion ( ) : void |
Method | Description | |
---|---|---|
GetCookie ( ) : string |
public static OpenFile ( string path ) : void | ||
path | string | |
return | void |
public static OpenFolder ( string path ) : void | ||
path | string | |
return | void |
public static OpenInBrowser ( string url, bool isFrontEnd, string browser = null, [ parameters = null ) : void | ||
url | string | |
isFrontEnd | bool | |
browser | string | |
parameters | [ | |
return | void |
public static RunApp ( |
||
startInfo | ||
return |
public static RunApp ( string app ) : |
||
app | string | |
return |