March 2002
Intermediate to advanced
864 pages
31h 8m
English
EventLogEntryCollection
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 }
EventLog.Entries