C# Class EventLogParser.EventLogParser

ファイルを表示 Open project: hammackj/wintools Class Usage Examples

Public Methods

Method Description
EventLogParser ( ) : System
Parse ( string filename ) : void

Private Methods

Method Description
Copy ( byte pSrc, uint &srcIndex, byte dst, int count ) : void
GetTime ( uint time ) : System.DateTime
GetTimeZoneInformation ( TimeZoneInformation &lpTimeZoneInformation ) : int
GetUserInfo ( byte buff ) : string
LookupAccountSid ( string lpSystemName, [ Sid, System lpName, uint &cchName, System ReferencedDomainName, uint &cchReferencedDomainName, SID_NAME_USE &peUse ) : bool
ReadEntry ( byte buff ) : System.Diagnostics.EventLogEntry
ReadEntry ( BinaryReader br, uint &endPoint ) : byte[]
ReadString ( byte ptr, uint &start ) : string
ReadString ( byte ptr, uint &start, int count ) : string
Validate ( EventLogHeader header ) : bool

Method Details

EventLogParser() public method

public EventLogParser ( ) : System
return System

Parse() public method

public Parse ( string filename ) : void
filename string
return void