Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventFieldFormat.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
public
enum
EventFieldFormat
4
{
5
Default
= 0,
6
String
= 2,
7
Boolean
= 3,
8
Hexadecimal
= 4,
9
Xml = 11,
10
Json = 12,
11
HResult
= 15
12
}
System.String
Definition
String.cs:22
System.Diagnostics.Tracing.EventFieldFormat
EventFieldFormat
Definition
EventFieldFormat.cs:4
System.Diagnostics.Tracing.EventFieldFormat.Hexadecimal
@ Hexadecimal
System.Diagnostics.Tracing.EventFieldFormat.Default
@ Default
System.Diagnostics.Tracing.EventFieldFormat.HResult
@ HResult
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.Boolean
Definition
Boolean.cs:10
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventFieldFormat.cs
Generated by
1.10.0