C# Class AnalysisEngine.EventLogWatchers

Class that watches new Event Log Entries in the Security Log
Afficher le fichier Open project: rvazarkar/antipwny Class Usage Examples

Méthodes publiques

Méthode Description
EventLogWatchers ( ) : System
entryWritten ( object source, System.Diagnostics.EntryWrittenEventArgs e ) : void

Called Every time a new Event Log entry is written

Private Methods

Méthode Description
initialize ( ) : void

Method Details

EventLogWatchers() public méthode

public EventLogWatchers ( ) : System
Résultat System

entryWritten() public méthode

Called Every time a new Event Log entry is written
public entryWritten ( object source, System.Diagnostics.EntryWrittenEventArgs e ) : void
source object
e System.Diagnostics.EntryWrittenEventArgs
Résultat void