Name

EventLogEntryCollection

Synopsis

This class is an ICollection implementation for EventLogEntry objects.

public class EventLogEntryCollection : ICollection, IEnumerable {
// Public Instance Properties
   public field int Count{get; }                                 // implements ICollection
   public virtual field EventLogEntry this{get; } 
// Public Instance Methods
   public method void CopyTo(EventLogEntry[] entries, 
        int index);  
   public method IEnumerator GetEnumerator();                    // implements IEnumerable
}

Returned By

EventLog.Entries

Get C# in a Nutshell 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.