C# Class EventLogParser.EventLogParser.EventLogHeader

Show file Open project: hammackj/wintools

Public Properties

Property Type Description
EndHeaderLength uint
FileLength uint
FooterOffset uint
HeaderLength uint
NextIndex uint
Signature uint
Unknown1 uint
Unknown2 uint
Unknown3 uint
Unknown6 uint
Unknown7 uint
Unknown8 uint

Public Methods

Method Description
EventLogHeader ( byte data ) : System

Method Details

EventLogHeader() public method

public EventLogHeader ( byte data ) : System
data byte
return System

Property Details

EndHeaderLength public property

public uint EndHeaderLength
return uint

FileLength public property

public uint FileLength
return uint

FooterOffset public property

public uint FooterOffset
return uint

HeaderLength public property

public uint HeaderLength
return uint

NextIndex public property

public uint NextIndex
return uint

Signature public property

public uint Signature
return uint

Unknown1 public property

public uint Unknown1
return uint

Unknown2 public property

public uint Unknown2
return uint

Unknown3 public property

public uint Unknown3
return uint

Unknown6 public property

public uint Unknown6
return uint

Unknown7 public property

public uint Unknown7
return uint

Unknown8 public property

public uint Unknown8
return uint