NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLog.EntriesEnumerator Class

Holds an EventLog.EventLogEntryCollection that consists of the entries in an event log.

Object
   EventLog.EntriesEnumerator

[Visual Basic]
Public Class EventLog.EntriesEnumerator
   Implements IEnumerator
[C#]
public class EventLog.EntriesEnumerator : IEnumerator
[C++]
public __gc class EventLog.EntriesEnumerator : public IEnumerator
[JScript]
public class EventLog.EntriesEnumerator implements IEnumerator

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

EventLog.EntriesEnumerator Members | System.Diagnostics Namespace