Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static ? object | GetData (string name) |
static void | SetData (string name, object? data) |
static bool | TryGetSwitch (string switchName, out bool isEnabled) |
static void | SetSwitch (string switchName, bool isEnabled) |
Static Package Functions | |
static void | OnProcessExit () |
static unsafe void | Setup (char **pNames, char **pValues, int count) |
static void | LogSwitchValues (RuntimeEventSource ev) |
Properties | |
static string | BaseDirectory [get] |
static ? string | TargetFrameworkName [get] |
Events | |
static ? UnhandledExceptionEventHandler | UnhandledException |
static ? EventHandler< FirstChanceExceptionEventArgs > | FirstChanceException |
static ? EventHandler | ProcessExit |
Static Private Member Functions | |
static string | GetBaseDirectoryCore () |
Static Private Attributes | |
static Dictionary< string, object > | s_dataStore |
static Dictionary< string, bool > | s_switches |
static string | s_defaultBaseDirectory |
Definition at line 13 of file AppContext.cs.