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

◆ VerifyGlobalScope()

static void System.IO.IsolatedStorage.IsolatedStorageFile.VerifyGlobalScope ( IsolatedStorageScope scope)
inlinestaticprivate

Definition at line 643 of file IsolatedStorageFile.cs.

644 {
645 if (scope != IsolatedStorageScope.User && scope != (IsolatedStorageScope.User | IsolatedStorageScope.Roaming) && scope != IsolatedStorageScope.Machine)
646 {
648 }
649 }
static string IsolatedStorage_Scope_U_R_M
Definition SR.cs:52
Definition SR.cs:7

References System.SR.IsolatedStorage_Scope_U_R_M.

Referenced by System.IO.IsolatedStorage.IsolatedStorageFile.Remove().