Method | Description | |
---|---|---|
CleanBrowsers ( ) : void |
Tries to close Firefox, Chrome and Internet Explorer windows.
|
|
CloseUIProcesses ( string names ) : void |
Tries to close processes with UI window by sending a close message to it's main window.
|
|
StartBrowserCleaning ( ) : void | ||
StopBrowserCleaning ( ) : void |
public static CloseUIProcesses ( string names ) : void | ||
names | string | The name of the processes to close, without the extension (.exe). |
return | void |
public static StartBrowserCleaning ( ) : void | ||
return | void |