Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static string | GetRootDirectory (IsolatedStorageScope scope) |
static bool | IsMachine (IsolatedStorageScope scope) |
static bool | IsAssembly (IsolatedStorageScope scope) |
static bool | IsApplication (IsolatedStorageScope scope) |
static bool | IsRoaming (IsolatedStorageScope scope) |
static bool | IsDomain (IsolatedStorageScope scope) |
static string | GetDataDirectory (IsolatedStorageScope scope) |
static void | GetDefaultIdentityAndHash (out object identity, out string hash, char separator) |
static string | GetRandomDirectory (string rootDirectory, IsolatedStorageScope scope) |
static string | GetExistingRandomDirectory (string rootDirectory) |
static void | CreateDirectory (string path, IsolatedStorageScope scope) |
Static Private Member Functions | |
static Mutex | CreateMutexNotOwned (string pathName) |
Static Private Attributes | |
static string | s_machineRootDirectory |
static string | s_roamingUserRootDirectory |
static string | s_userRootDirectory |