C# 클래스 MadCow.ProcessFinder

파일 보기 프로젝트 열기: OverlordCW/MadCow 1 사용 예제들

공개 메소드들

메소드 설명
FindProcess ( string appName ) : bool
KillProcess ( string appKillName ) : void

메소드 상세

FindProcess() 공개 정적인 메소드

public static FindProcess ( string appName ) : bool
appName string
리턴 bool

KillProcess() 공개 정적인 메소드

public static KillProcess ( string appKillName ) : void
appKillName string
리턴 void