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

◆ GetStore() [5/5]

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

Definition at line 528 of file IsolatedStorageFile.cs.

529 {
530 if (!(domainEvidenceType == null) || !(assemblyEvidenceType == null))
531 {
532 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_CAS);
533 }
534 return GetStore(scope);
535 }
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.