Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Diagnostics.Tracing.EventManifestOptions
Assembly: System.Diagnostics.Tracing
Specifies how the ETW manifest for the event source is generated.
Values
None
No options are specified.
Strict
Causes an exception to be raised if any inconsistencies occur when writing the manifest file.
AllCultures
Generates a resources node under the localization folder for every satellite assembly provided.
OnlyIfNeededForRegistration
A manifest is generated only the event source must be registered on the host computer.
AllowEventSourceOverride
Overrides the default behavior that the current <see cref="T:System.Diagnostics.Tracing.EventSource" /> must be the base class of the user-defined type passed to the write method. This enables the validation of .NET event sources.