C# 클래스 AnalysisEngine.ProcWatchers

Watches process creation
파일 보기 프로젝트 열기: rvazarkar/antipwny 1 사용 예제들

공개 메소드들

메소드 설명
ProcWatchers ( ) : System
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e, Process p, string date ) : void

비공개 메소드들

메소드 설명
watcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

Called every time a new process is created

메소드 상세

ProcWatchers() 공개 메소드

public ProcWatchers ( ) : System
리턴 System

t_Elapsed() 공개 메소드

public t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e, Process p, string date ) : void
sender object
e System.Timers.ElapsedEventArgs
p System.Diagnostics.Process
date string
리턴 void