mscorlib(4.0.0.0) API with additions
EventKeywords.cs
2 {
4  [Flags]
5  [__DynamicallyInvokable]
6  public enum EventKeywords : long
7  {
9  [__DynamicallyInvokable]
10  None = 0x0,
12  [__DynamicallyInvokable]
13  All = -1L,
15  MicrosoftTelemetry = 0x2000000000000,
17  [__DynamicallyInvokable]
18  WdiContext = 0x2000000000000,
20  [__DynamicallyInvokable]
21  WdiDiagnostic = 0x4000000000000,
23  [__DynamicallyInvokable]
24  Sqm = 0x8000000000000,
26  [__DynamicallyInvokable]
27  AuditFailure = 0x10000000000000,
29  [__DynamicallyInvokable]
30  AuditSuccess = 0x20000000000000,
32  [__DynamicallyInvokable]
33  CorrelationHint = 0x10000000000000,
35  [__DynamicallyInvokable]
36  EventLogClassic = 0x80000000000000
37  }
38 }
Attached to all Microsoft telemetry events.
EventKeywords
Defines the standard keywords that apply to events.
Definition: EventKeywords.cs:6
Attribute can be applied to any application element.