C# 클래스 Shared.Data.Extractors.WindowTitleWebsitesExtractor

This class offers some methods to receive detailed information about a website, extravcted from the rpgram, tracked by the WindowsActivityTracker Hint: The WIndowsActivityTracker must be enabled to make use of the extractor
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CleanWindowTitle ( string process, string websiteTitle ) : string
GetSqlForProgramsToSearch ( ) : string

메소드 상세

GetWebsiteDetails() 공개 정적인 메소드

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
public static GetWebsiteDetails ( string process, string windowTitle ) : string
process string
windowTitle string
리턴 string

GetWebsitesVisited() 공개 정적인 메소드

public static GetWebsitesVisited ( DateTimeOffset date ) : List
date DateTimeOffset
리턴 List