EventManifestOptions Enumeration

.NET Framework (current version)
 

Specifies how the ETW manifest for the event source is generated.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

[FlagsAttribute]
public enum class EventManifestOptions

Member nameDescription
AllCultures

Generates a resources node under the localization folder for every satellite assembly provided.

AllowEventSourceOverride

Overrides the default behavior that the current EventSource must be the base class of the user-defined type passed to the write method. This enables the validation of .NET event sources.

None

No options are specified.

OnlyIfNeededForRegistration

A manifest is generated only the event source must be registered on the host computer.

Strict

Causes an exception to be raised if any inconsistencies occur when writing the manifest file.

A bitwise combination of these values will determine how the manifest is written for the event source. For example you can specify whether resource files are generated and how strict the manifest validation is.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show: