System.Diagnostics.Eventing.Reader.EventKeyword
Represents a keyword for an event. Keywords are defined in an event provider and are used to group the event with other similar events (based on the usage of the events).
namespace System.Diagnostics.Eventing.Reader
{
public sealed class EventKeyword
{
public string DisplayName { get; }
public string Name { get; }
public long Value { get; }
}
}