Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EventManifestOptions
enum
System.Diagnostics.Tracing.EventManifestOptions
Enumerator
None
Strict
AllCultures
OnlyIfNeededForRegistration
AllowEventSourceOverride
Definition at line
4
of file
EventManifestOptions.cs
.
5
{
6
None = 0,
7
Strict
= 1,
8
AllCultures
= 2,
9
OnlyIfNeededForRegistration
= 4,
10
AllowEventSourceOverride
= 8
11
}
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
Generated by
1.10.0