NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Using Isolated Storage

Several classes are provided to help you perform tasks that involve isolated storage. The IsolatedStorage abstract class provides access to stored assembly and application data. IsolatedStorageFile, which is derived from IsolatedStorage, is used to get access to a store and manipulate the isolated file system. IsolatedStorageFileStream, which is derived from FileStream, provides access to files in an IsolatedStorageFile, using the same methods as System.IO.FileStream. IsolatedStorageScope is an enumeration that enables you to create a store with the appropriate isolation type.

The isolated storage classes enable you to perform the following tasks:

Obtaining a store

Accessing files and data in a store

Managing stores