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

◆ GetMachineStoreForApplication()

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

Definition at line 490 of file IsolatedStorageFile.cs.

491 {
492 return GetStore(IsolatedStorageScope.Machine | IsolatedStorageScope.Application);
493 }
static IsolatedStorageFile GetStore(IsolatedStorageScope scope)

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