Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventSourceSettings.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[Flags]
4
public
enum
EventSourceSettings
5
{
6
Default
= 0,
7
ThrowOnEventWriteErrors
= 1,
8
EtwManifestEventFormat
= 4,
9
EtwSelfDescribingEventFormat
= 8
10
}
System.Diagnostics.Tracing.EventSourceSettings
EventSourceSettings
Definition
EventSourceSettings.cs:5
System.Diagnostics.Tracing.EventSourceSettings.EtwSelfDescribingEventFormat
@ EtwSelfDescribingEventFormat
System.Diagnostics.Tracing.EventSourceSettings.EtwManifestEventFormat
@ EtwManifestEventFormat
System.Diagnostics.Tracing.EventSourceSettings.ThrowOnEventWriteErrors
@ ThrowOnEventWriteErrors
System.Diagnostics.Tracing.EventFieldFormat.Default
@ Default
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventSourceSettings.cs
Generated by
1.10.0