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

◆ GetStore() [2/5]

static IsolatedStorageFile System.IO.IsolatedStorage.IsolatedStorageFile.GetStore ( IsolatedStorageScope scope,
object? applicationIdentity )
inlinestatic

Definition at line 519 of file IsolatedStorageFile.cs.

520 {
521 if (applicationIdentity != null)
522 {
523 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CAS);
524 }
525 return GetStore(scope);
526 }
static IsolatedStorageFile GetStore(IsolatedStorageScope scope)
static string PlatformNotSupported_CAS
Definition SR.cs:54
Definition SR.cs:7

References System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(), and System.SR.PlatformNotSupported_CAS.