The InTheHand.IO.IsolatedStorage namespace contains types that allow the creation and use of isolated stores.
| C# | Visual Basic |
namespace InTheHand.IO.IsolatedStorage
Namespace InTheHand.IO.IsolatedStorage
| All Types | Classes |
| Icon | Type | 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<(Of <(<'TKey, TValue>)>)> that stores key-value pairs in isolated storage.
|