mscorlib(4.0.0.0) API with additions
EventSourceSettings.cs
2 {
4  [Flags]
5  [__DynamicallyInvokable]
6  public enum EventSourceSettings
7  {
9  [__DynamicallyInvokable]
10  Default = 0x0,
12  [__DynamicallyInvokable]
15  [__DynamicallyInvokable]
18  [__DynamicallyInvokable]
20  }
21 }
The ETW listener should use a manifest-based format when raising events. Setting this option is a dir...
The ETW listener should use self-describing event format. This is the default option when creating a ...
The event source throws an exception when an error occurs.
EventSourceSettings
Specifies configuration options for an event source.
The default setting for this enumeration, which is currently F:System.GCCollectionMode....