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: