System.Diagnostics.Tracing.EventManifestOptions
namespace System.Diagnostics.Tracing
{
public enum EventManifestOptions
{
AllCultures = 2,
AllowEventSourceOverride = 8,
None = 0,
OnlyIfNeededForRegistration = 4,
Strict = 1
}
}