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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net