The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.IO.IsolatedStorage Namespace
Silverlight
The System.IO.IsolatedStorage namespace contains types for creating and using a virtual file system. Isolated storage provides safe client-side storage for partial-trust applications. In Silverlight, all I/O operations are restricted to isolated storage and do not use the file system of the operating system.
| 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. |
Community Additions
Show: