See Also: EventLogEntry Members
You usually will not create instances of System.Diagnostics.EventLogEntry directly when working with the System.Diagnostics.EventLog class. The EventLog.Entries member of the System.Diagnostics.EventLog class contains a collection of System.Diagnostics.EventLogEntry instances, which you iterate over when reading by using the EventLogEntryCollection.Item(int) class index member.