The members of System.Diagnostics.EventLogEntry are listed below.
See Also: Inherited members from System.ComponentModel.Component
[read-only] | Category | string.
Gets the text associated with the EventLogEntry.CategoryNumber property for this entry. |
[read-only] | CategoryNumber | short.
Gets the category number of the event log entry. |
[read-only] | Data | byte[].
Gets the binary data associated with the entry. |
[read-only] | EntryType | EventLogEntryType.
Gets the event type of this entry. |
[read-only] | EventID | int.
Gets the application-specific event identifier for the current event entry. |
[read-only] | Index | int.
Gets the index of this entry in the event log. |
[read-only] | InstanceId | long.
Gets the resource identifier that designates the message text of the event entry. |
[read-only] | MachineName | string.
Gets the name of the computer on which this entry was generated. |
[read-only] | Message | string.
Gets the localized message associated with this event entry. |
[read-only] | ReplacementStrings | string[].
Gets the replacement strings associated with the event log entry. |
[read-only] | Source | string.
Gets the name of the application that generated this event. |
[read-only] | TimeGenerated | DateTime.
Gets the local time at which this event was generated. |
[read-only] | TimeWritten | DateTime.
Gets the local time at which this event was written to the log. |
[read-only] | UserName | string.
Gets the name of the user who is responsible for this event. |
Equals(EventLogEntry)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |