Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventOpcode.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
public
enum
EventOpcode
4
{
5
Info
= 0,
6
Start
= 1,
7
Stop
= 2,
8
DataCollectionStart
= 3,
9
DataCollectionStop
= 4,
10
Extension
= 5,
11
Reply
= 6,
12
Resume
= 7,
13
Suspend
= 8,
14
Send
= 9,
15
Receive
= 240
16
}
System.Diagnostics.Tracing.EventOpcode
EventOpcode
Definition
EventOpcode.cs:4
System.Diagnostics.Tracing.EventOpcode.Stop
@ Stop
System.Diagnostics.Tracing.EventOpcode.Reply
@ Reply
System.Diagnostics.Tracing.EventOpcode.Info
@ Info
System.Diagnostics.Tracing.EventOpcode.DataCollectionStart
@ DataCollectionStart
System.Diagnostics.Tracing.EventOpcode.Receive
@ Receive
System.Diagnostics.Tracing.EventOpcode.Extension
@ Extension
System.Diagnostics.Tracing.EventOpcode.Send
@ Send
System.Diagnostics.Tracing.EventOpcode.DataCollectionStop
@ DataCollectionStop
System.Diagnostics.Tracing.EventOpcode.Start
@ Start
System.Diagnostics.Tracing.EventOpcode.Suspend
@ Suspend
System.Diagnostics.Tracing.EventOpcode.Resume
@ Resume
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventOpcode.cs
Generated by
1.10.0