C# Class mCleaner.Logics.Commands.CommandLogic_Chrome

Inheritance: iActions
Mostra file Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ChromeVersion ( ) : int
CreateRandomBlobQuery ( string cols, string table, string condition = "" ) : string
EnqueueFiles ( ) : void
GetIDsFromURLs ( string file, string url ) : int

Method Details

CleanAutofill() public static method

public static CleanAutofill ( string file ) : string
file string
return string

CleanDatabases() public static method

public static CleanDatabases ( string file ) : string
file string
return string

CleanFavIcons() public static method

public static CleanFavIcons ( string file ) : string
file string
return string

CleanHistory() public static method

public static CleanHistory ( string file ) : string
file string
return string

CleanKeywords() public static method

public static CleanKeywords ( string file ) : string
file string
return string

CloseAllChromeBrowsers() public static method

public static CloseAllChromeBrowsers ( ) : void
return void

CloseAllFireFoxBrowsers() public static method

public static CloseAllFireFoxBrowsers ( ) : void
return void

Enqueue() public method

public Enqueue ( bool apply = false ) : void
apply bool
return void

IsChromeRunning() public static method

public static IsChromeRunning ( ) : bool
return bool

IsFirefoxRunning() public static method

public static IsFirefoxRunning ( ) : bool
return bool