EventLogEntryCollection

EventLogEntryCollection

System.Diagnostics (system.dll)class

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, int index);
   public IEnumerator GetEnumerator( );   
// implements IEnumerable
}

Returned By

EventLog.Entries



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System