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
|
Classes | |
struct | EventData |
Public Member Functions | |
EventSource (string eventSourceName) | |
bool | IsEnabled () |
bool | IsEnabled (EventLevel level, EventKeywords keywords) |
void | Dispose () |
Protected Member Functions | |
EventSource () | |
override void | Finalize () |
virtual void | Dispose (bool disposing) |
void | WriteEvent (int eventId, int arg1) |
void | WriteEvent (int eventId, int arg1, int arg2) |
void | WriteEvent (int eventId, int arg1, int arg2, int arg3) |
void | WriteEvent (int eventId, params object[] args) |
void | WriteEvent (int eventId, string arg1, string arg2, string arg3) |
unsafe void | WriteEventCore (int eventId, int eventDataCount, EventSource.EventData *data) |
Package Functions | |
EventSource (global::System.Guid eventSourceGuid, string eventSourceName) | |
Properties | |
string | Name [set] |
Private Attributes | |
string< Name > | k__BackingField |
Definition at line 12 of file EventSource.cs.