EventLogEntryCollection
Defines size and enumerators for a collection of EventLogEntry instances.
Gets the number of entries in the event log (that is, the number of elements in the EventLogEntry collection).
Gets an entry in the event log, based on an index that starts at 0 (zero).
Copies the elements of the EventLogEntryCollection to an array of EventLogEntry instances, starting at a particular array index.
Supports a simple iteration over the EventLogEntryCollection object.