EventLogPropertySelector Class
Contains an array of strings that represent XPath queries for elements in the XML representation of an event, which is based on the Event Schema. The queries in this object are used to extract values from the event.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | EventLogPropertySelector(IEnumerable<String^>^) | Initializes a new EventLogPropertySelector class instance. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all the resources used by this object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by this object, and optionally releases the managed resources. |
![]() | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This object can keep the string to be used as required or preprocess the strings to prepare them for extraction. This preparation can be done before an event processing loop.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios

