Name

EventLogEntryCollection

Synopsis

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

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.