August 2003
Intermediate to advanced
928 pages
32h 1m
English
EventLogEntryCollection
This class is an ICollection implementation
for
EventLogEntry objects.
public class EventLogEntryCollection : ICollection, IEnumerable { // Public Instance Properties public int Count{get; } // implements ICollection public virtual EventLogEntry this[int index]){get; } // Public Instance Methods public void CopyTo(EventLogEntry[ ]entries, intindex); public IEnumerator GetEnumerator( ); // implements IEnumerable }
EventLog.Entries