March 2002
Intermediate to advanced
864 pages
31h 8m
English
EventLogEntry
This class represents an individual entry from an
EventLog. A collection
of these objects is available through
EventLog.Entries. This class exposes
all the properties of an event log entry.
public sealed class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable { // Public Instance Properties public field string Category{get; } public field short CategoryNumber{get; } public field byte[] Data{get; } public field EventLogEntryType EntryType{get; } public field int EventID{get; } public field int Index{get; } public field string MachineName{get; } public field string Message{get; } public field string[] ReplacementStrings{get; } public field string Source{get; } public field DateTime TimeGenerated{get; } public field DateTime TimeWritten{get; } public field string UserName{get; } // Public Instance Methods public method bool Equals(EventLogEntry otherEntry); }
System.Object→System.MarshalByRefObject→System.ComponentModel.Component(System.ComponentModel.IComponent, System.IDisposable)→EventLogEntry(System.Runtime.Serialization.ISerializable)
EntryWrittenEventArgs.Entry, EventLogEntryCollection.this
EntryWrittenEventArgs.EntryWrittenEventArgs(), EventLogEntryCollection.CopyTo()