Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.IsolatedStorage.Helper Class Reference

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
 

Detailed Description

Definition at line 10 of file Helper.cs.


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