mscorlib(4.0.0.0) API with additions
EventManifestOptions.cs
2 {
4  [Flags]
5  [__DynamicallyInvokable]
6  public enum EventManifestOptions
7  {
9  [__DynamicallyInvokable]
10  None = 0x0,
12  [__DynamicallyInvokable]
13  Strict = 0x1,
15  [__DynamicallyInvokable]
16  AllCultures = 0x2,
18  [__DynamicallyInvokable]
21  [__DynamicallyInvokable]
23  }
24 }
EventManifestOptions
Specifies how the ETW manifest for the event source is generated.
Overrides the default behavior that the current T:System.Diagnostics.Tracing.EventSource must be the ...
Generates a resources node under the localization folder for every satellite assembly provided.
A manifest is generated only the event source must be registered on the host computer.
Causes an exception to be raised if any inconsistencies occur when writing the manifest file.