Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventManifestOptions.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[Flags]
4
public
enum
EventManifestOptions
5
{
6
None
= 0,
7
Strict
= 1,
8
AllCultures
= 2,
9
OnlyIfNeededForRegistration
= 4,
10
AllowEventSourceOverride
= 8
11
}
System.Diagnostics.Tracing.EventManifestOptions
EventManifestOptions
Definition
EventManifestOptions.cs:5
System.Diagnostics.Tracing.EventManifestOptions.Strict
@ Strict
System.Diagnostics.Tracing.EventManifestOptions.AllowEventSourceOverride
@ AllowEventSourceOverride
System.Diagnostics.Tracing.EventManifestOptions.AllCultures
@ AllCultures
System.Diagnostics.Tracing.EventManifestOptions.OnlyIfNeededForRegistration
@ OnlyIfNeededForRegistration
System.Diagnostics.Tracing.EventActivityOptions.None
@ None
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventManifestOptions.cs
Generated by
1.10.0