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!

EventLogEntry Class

EventLogEntry encapsulates a single record in the NT event log.

Object
   Component
      EventLogEntry

[Visual Basic]
NotInheritable Public Class EventLogEntry
   Inherits Component
   Implements IPersistable
[C#]
public sealed class EventLogEntry : Component, IPersistable
[C++]
public __gc __sealed class EventLogEntry : public Component,
   IPersistable
[JScript]
public class EventLogEntry extends Component, IPersistable

Remarks

Objects of this type are not publicly creatable; to get one, use EventLogReader.

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

EventLogEntry Members | System.Diagnostics Namespace