Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.AppContext Class Reference

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< FirstChanceExceptionEventArgsFirstChanceException
 
static ? EventHandler ProcessExit
 

Static Private Member Functions

static string GetBaseDirectoryCore ()
 

Static Private Attributes

static Dictionary< string, object > s_dataStore
 
static Dictionary< string, bools_switches
 
static string s_defaultBaseDirectory
 

Detailed Description

Definition at line 13 of file AppContext.cs.


The documentation for this class was generated from the following file: