C# 클래스 mCleaner.Logics.Commands.CommandLogic_Chrome

상속: iActions
파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner 1 사용 예제들

공개 메소드들

메소드 설명
CleanAutofill ( string file ) : string
CleanDatabases ( string file ) : string
CleanFavIcons ( string file ) : string
CleanHistory ( string file ) : string
CleanKeywords ( string file ) : string
CloseAllChromeBrowsers ( ) : void
CloseAllFireFoxBrowsers ( ) : void
Enqueue ( bool apply = false ) : void
IsChromeRunning ( ) : bool
IsFirefoxRunning ( ) : bool

비공개 메소드들

메소드 설명
ChromeVersion ( ) : int
CreateRandomBlobQuery ( string cols, string table, string condition = "" ) : string
EnqueueFiles ( ) : void
GetIDsFromURLs ( string file, string url ) : int

메소드 상세

CleanAutofill() 공개 정적인 메소드

public static CleanAutofill ( string file ) : string
file string
리턴 string

CleanDatabases() 공개 정적인 메소드

public static CleanDatabases ( string file ) : string
file string
리턴 string

CleanFavIcons() 공개 정적인 메소드

public static CleanFavIcons ( string file ) : string
file string
리턴 string

CleanHistory() 공개 정적인 메소드

public static CleanHistory ( string file ) : string
file string
리턴 string

CleanKeywords() 공개 정적인 메소드

public static CleanKeywords ( string file ) : string
file string
리턴 string

CloseAllChromeBrowsers() 공개 정적인 메소드

public static CloseAllChromeBrowsers ( ) : void
리턴 void

CloseAllFireFoxBrowsers() 공개 정적인 메소드

public static CloseAllFireFoxBrowsers ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( bool apply = false ) : void
apply bool
리턴 void

IsChromeRunning() 공개 정적인 메소드

public static IsChromeRunning ( ) : bool
리턴 bool

IsFirefoxRunning() 공개 정적인 메소드

public static IsFirefoxRunning ( ) : bool
리턴 bool