Class | Description |
---|---|
IsolatedStorage | This abstract class is the basis for all forms of isolated storage. For file-based isolated storage, see IsolatedStorageFile class. |
IsolatedStorageException | Exceptions thrown from the Isolated Storage system for accessing data files based on application identity. |
IsolatedStorageFile | Represents an isolated storage area containing files and directories. |
IsolatedStorageFileStream | Exposes a file within isolated storage. |
Enumeration | Description |
---|---|
IsolatedStorageScope | Enumerates the levels of isolated storage scope supported. Combinations of the levels may be specified |