EventLogRecord Class
Contains the properties of an event instance for an event that is received from an EventLogReader object. The event properties provide information about the event such as the name of the computer where the event was logged and the time that the event was created.
System.Diagnostics.Eventing.Reader::EventRecord
System.Diagnostics.Eventing.Reader::EventLogRecord
Assembly: System.Core (in System.Core.dll)
The EventLogRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityId | Gets the globally unique identifier (GUID) for the activity in process for which the event is involved. This allows consumers to group related activities. (Overrides EventRecord::ActivityId.) |
![]() | Bookmark | Gets a placeholder (bookmark) that corresponds to this event. This can be used as a placeholder in a stream of events. (Overrides EventRecord::Bookmark.) |
![]() | ContainerLog | Gets the name of the event log or the event log file in which the event is stored. |
![]() | Id | Gets the identifier for this event. All events with this identifier value represent the same type of event. (Overrides EventRecord::Id.) |
![]() | Keywords | Gets the keyword mask of the event. Get the value of the KeywordsDisplayNames property to get the name of the keywords used in this mask. (Overrides EventRecord::Keywords.) |
![]() | KeywordsDisplayNames | Gets the display names of the keywords used in the keyword mask for this event. (Overrides EventRecord::KeywordsDisplayNames.) |
![]() | Level | Gets the level of the event. The level signifies the severity of the event. For the name of the level, get the value of the LevelDisplayName property. (Overrides EventRecord::Level.) |
![]() | LevelDisplayName | Gets the display name of the level for this event. (Overrides EventRecord::LevelDisplayName.) |
![]() | LogName | Gets the name of the event log where this event is logged. (Overrides EventRecord::LogName.) |
![]() | MachineName | Gets the name of the computer on which this event was logged. (Overrides EventRecord::MachineName.) |
![]() | MatchedQueryIds | Gets a list of query identifiers that this event matches. This event matches a query if the query would return this event. |
![]() | Opcode | Gets the opcode of the event. The opcode defines a numeric value that identifies the activity or a point within an activity that the application was performing when it raised the event. For the name of the opcode, get the value of the OpcodeDisplayName property. (Overrides EventRecord::Opcode.) |
![]() | OpcodeDisplayName | Gets the display name of the opcode for this event. (Overrides EventRecord::OpcodeDisplayName.) |
![]() | ProcessId | Gets the process identifier for the event provider that logged this event. (Overrides EventRecord::ProcessId.) |
![]() | Properties | Gets the user-supplied properties of the event. (Overrides EventRecord::Properties.) |
![]() | ProviderId | Gets the globally unique identifier (GUID) of the event provider that published this event. (Overrides EventRecord::ProviderId.) |
![]() | ProviderName | Gets the name of the event provider that published this event. (Overrides EventRecord::ProviderName.) |
![]() | Qualifiers | Gets qualifier numbers that are used for event identification. (Overrides EventRecord::Qualifiers.) |
![]() | RecordId | Gets the event record identifier of the event in the log. (Overrides EventRecord::RecordId.) |
![]() | RelatedActivityId | Gets a globally unique identifier (GUID) for a related activity in a process for which an event is involved. (Overrides EventRecord::RelatedActivityId.) |
![]() | Task | Gets a task identifier for a portion of an application or a component that publishes an event. A task is a 16-bit value with 16 top values reserved. This type allows any value between 0x0000 and 0xffef to be used. For the name of the task, get the value of the TaskDisplayName property. (Overrides EventRecord::Task.) |
![]() | TaskDisplayName | Gets the display name of the task for the event. (Overrides EventRecord::TaskDisplayName.) |
![]() | ThreadId | Gets the thread identifier for the thread that the event provider is running in. (Overrides EventRecord::ThreadId.) |
![]() | TimeCreated | Gets the time, in DateTime format, that the event was created. (Overrides EventRecord::TimeCreated.) |
![]() | UserId | Gets the security descriptor of the user whose context is used to publish the event. (Overrides EventRecord::UserId.) |
![]() | Version | Gets the version number for the event. (Overrides EventRecord::Version.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all the resources used by this object. (Inherited from EventRecord.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by this object, and optionally releases the managed resources. (Overrides EventRecord::Dispose(Boolean).) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FormatDescription() | Gets the event message in the current locale. (Overrides EventRecord::FormatDescription().) |
![]() | FormatDescription(IEnumerable<Object>) | Gets the event message, replacing variables in the message with the specified values. (Overrides EventRecord::FormatDescription(IEnumerable<Object>).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPropertyValues | Gets the enumeration of the values of the user-supplied event properties, or the results of XPath-based data if the event has XML representation. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToXml | Gets the XML representation of the event. All of the event properties are represented in the event's XML. The XML conforms to the event schema. (Overrides EventRecord::ToXml().) |
Note |
|---|
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: MayLeakOnAbort. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
