C# 클래스 AnalysisEngine.EventLogWatchers

Class that watches new Event Log Entries in the Security Log
파일 보기 프로젝트 열기: rvazarkar/antipwny 1 사용 예제들

공개 메소드들

메소드 설명
EventLogWatchers ( ) : System
entryWritten ( object source, System.Diagnostics.EntryWrittenEventArgs e ) : void

Called Every time a new Event Log entry is written

비공개 메소드들

메소드 설명
initialize ( ) : void

메소드 상세

EventLogWatchers() 공개 메소드

public EventLogWatchers ( ) : System
리턴 System

entryWritten() 공개 메소드

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
리턴 void