C# 클래스 GR.Gambling.Bot.DesktopCleaner

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

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

메소드 상세

CleanBrowsers() 공개 정적인 메소드

Tries to close Firefox, Chrome and Internet Explorer windows.
public static CleanBrowsers ( ) : void
리턴 void

CloseUIProcesses() 공개 정적인 메소드

Tries to close processes with UI window by sending a close message to it's main window.
public static CloseUIProcesses ( string names ) : void
names string The name of the processes to close, without the extension (.exe).
리턴 void

StartBrowserCleaning() 공개 정적인 메소드

public static StartBrowserCleaning ( ) : void
리턴 void

StopBrowserCleaning() 공개 정적인 메소드

public static StopBrowserCleaning ( ) : void
리턴 void