System.IO.IsolatedStorage.IsolatedStorageFileStream Class

Exposes a file within isolated storage.

See Also: IsolatedStorageFileStream Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class IsolatedStorageFileStream : System.IO.FileStream

Remarks

Use this class to read, write and create files in isolated storage.

Since this class extends System.IO.FileStream, you can use an instance of System.IO.IsolatedStorage.IsolatedStorageFileStream in most situations where a System.IO.FileStream might otherwise be used, such as to construct a System.IO.StreamReader or System.IO.StreamWriter.

Note:

Isolated storage is not available for win8_appname_long apps. Instead, use the application data classes in the Windows.Storage namespaces included in the wrt API to store local data and files. For more information, see tp://go.microsoft.com/fwlink/?LinkId=229175 in the Windows Dev Center.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0