.NET Framework Class Librar ...


.NET Framework Class Library for Silverlight
System.IO.IsolatedStorage Namespace

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.

Classes

  ClassDescription
Public classIsolatedStorageExceptionThe exception that is thrown when an operation in isolated storage fails.
Public classIsolatedStorageFileRepresents an isolated storage area containing files and directories.
Public classIsolatedStorageFileStreamExposes a file within isolated storage.
Public classIsolatedStorageSettingsProvides a Dictionary<(Of <(TKey, TValue>)>) that stores key-value pairs in isolated storage.
Page view tracker