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

◆ GetStore() [4/5]

static IsolatedStorageFile System.IO.IsolatedStorage.IsolatedStorageFile.GetStore ( IsolatedStorageScope scope,
Type? applicationEvidenceType )
inlinestatic

Definition at line 510 of file IsolatedStorageFile.cs.

511 {
512 if (!(applicationEvidenceType == null))
513 {
514 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CAS);
515 }
516 return GetStore(scope);
517 }
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.