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!

IsolatedStorageFileStream Class

Exposes a file within isolated storage.

Object
   Stream
      FileStream
         IsolatedStorageFileStream

[Visual Basic]
Public Class IsolatedStorageFileStream
   Inherits FileStream
[C#]
public class IsolatedStorageFileStream : FileStream
[C++]
public __gc class IsolatedStorageFileStream : public FileStream
[JScript]
public class IsolatedStorageFileStream extends FileStream

Remarks

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

Requirements

Namespace: System.IO.IsolatedStorage

Assembly: mscorlib.dll

See Also

IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace