C# Class AnalysisEngine.ProcWatchers

Watches process creation
Afficher le fichier Open project: rvazarkar/antipwny Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
watcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

Called every time a new process is created

Method Details

ProcWatchers() public méthode

public ProcWatchers ( ) : System
Résultat System

t_Elapsed() public méthode

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
Résultat void