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

◆ GetMachineStoreForAssembly()

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

Definition at line 495 of file IsolatedStorageFile.cs.

496 {
497 return GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.Machine);
498 }
static IsolatedStorageFile GetStore(IsolatedStorageScope scope)

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