terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 (Guid eventSourceGuid, string eventSourceName) | |
Properties | |
string | Name [set] |
Private Attributes | |
string< Name > | k__BackingField |
Definition at line 7 of file EventSource.cs.