EventLogPropertySelector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class EventLogPropertySelector : IDisposable
public class EventLogPropertySelector : IDisposable
type EventLogPropertySelector = class
interface IDisposable
Public Class EventLogPropertySelector
Implements IDisposable
- Inheritance
-
EventLogPropertySelector
- Implements
Remarks
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.
Constructors
EventLogPropertySelector(IEnumerable<String>) |
Initializes a new EventLogPropertySelector class instance. |
Methods
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) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
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) |