C# Class AnalysisEngine.ProcWatchers

Watches process creation
Datei anzeigen Open project: rvazarkar/antipwny Class Usage Examples

Public Methods

Method Description
ProcWatchers ( ) : System
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e, Process p, string date ) : void

Private Methods

Method Description
watcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

Called every time a new process is created

Method Details

ProcWatchers() public method

public ProcWatchers ( ) : System
return System

t_Elapsed() public method

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
return void