System.IO.IsolatedStorage Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The System.IO.IsolatedStorage namespace contains types for creating and using a virtual file system. Isolated storage provides safe client-side storage for applications. In Windows Phone, all I/O operations are restricted to isolated storage and do not use the file system of the operating system. For more information about how Windows Phone applications use isolated storage, see Data for Windows Phone 8.
| Class | Description | |
|---|---|---|
![]() | IsolatedStorageException | The exception that is thrown when an operation in isolated storage fails. |
![]() | IsolatedStorageFile | Represents an isolated storage area containing files and directories. |
![]() | IsolatedStorageFileStream | Exposes a file within isolated storage. |
![]() | IsolatedStorageSettings | Provides a Dictionary<TKey, TValue> that stores key-value pairs in isolated storage. |
