C# Class AnalysisEngine.EventLogWatchers

Class that watches new Event Log Entries in the Security Log
Datei anzeigen Open project: rvazarkar/antipwny Class Usage Examples

Public Methods

Method Description
EventLogWatchers ( ) : System
entryWritten ( object source, System.Diagnostics.EntryWrittenEventArgs e ) : void

Called Every time a new Event Log entry is written

Private Methods

Method Description
initialize ( ) : void

Method Details

EventLogWatchers() public method

public EventLogWatchers ( ) : System
return System

entryWritten() public method

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