Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetUserStoreForAssembly()

static IsolatedStorageFile System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForAssembly ( )
inlinestatic

Definition at line 475 of file IsolatedStorageFile.cs.

476 {
477 return GetStore(IsolatedStorageScope.User | IsolatedStorageScope.Assembly);
478 }
static IsolatedStorageFile GetStore(IsolatedStorageScope scope)

References System.IO.IsolatedStorage.IsolatedStorageFile.GetStore().