Method | Description | |
---|---|---|
GetWebsiteDetails ( string process, string windowTitle ) : string |
To get the website name, we do the following: 1. change the process name if it is just applicationhost (Windows 10 apps) 2. clean the window title
|
|
GetWebsitesVisited ( DateTimeOffset date ) : List |
Method | Description | |
---|---|---|
CleanWindowTitle ( string process, string websiteTitle ) : string | ||
GetSqlForProgramsToSearch ( ) : string |
public static GetWebsiteDetails ( string process, string windowTitle ) : string | ||
process | string | |
windowTitle | string | |
return | string |
public static GetWebsitesVisited ( DateTimeOffset date ) : List |
||
date | DateTimeOffset | |
return | List |