terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TraceEventType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Diagnostics
 

Enumerations

enum  System.Diagnostics.TraceEventType {
  System.Diagnostics.Critical = 1 , System.Diagnostics.Error , System.Diagnostics.Warning = 4 , System.Diagnostics.Information = 8 ,
  System.Diagnostics.Verbose = 16 , System.Diagnostics.Start = 256 , System.Diagnostics.Stop = 512 , System.Diagnostics.Suspend = 1024 ,
  System.Diagnostics.Resume = 2048 , System.Diagnostics.Transfer = 4096
}