.NET Framework Class Librar ...


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

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.
Tags :


Community Content

IanBlackburn
Example of storing images in isolated storage
http://bbits.co.uk/blog/archive/2008/09/07/storing-images-in-isolated-storage.-a-silverlight-2-quotimage.aspx
Tags :

Page view tracker