IsolatedStorageFile.GetMachineStoreForApplication Method
Obtains machine-scoped isolated storage corresponding to the calling code's application identity.
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.IO.IsolatedStorage.IsolatedStorageFileAn object corresponding to the isolated storage scope based on the calling code's application identity.
| Exception | Condition |
|---|---|
| IsolatedStorageException | The application identity of the caller could not be determined. -or- The granted permission set for the application domain could not be determined. -or- An isolated storage location cannot be initialized. |
| SecurityException | Sufficient isolated storage permissions have not been granted. |
- IsolatedStorageFilePermission
for using isolated storage. Associated enumeration: AssemblyIsolationByUser
- ReflectionPermission
when invoked late-bound through mechanisms such as Type.InvokeMember. Associated enumeration: ReflectionPermissionFlag.MemberAccess
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.