Click to Rate and Give Feedback
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
IsolatedStorageFileStream Constructor

Updated: November 2007

Initializes a new instance of the IsolatedStorageFileStream class. The only way to open an IsolatedStorageFileStream is by using one of its constructors.

  NameDescription
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode) Initializes a new instance of an IsolatedStorageFileStream object giving access to the file designated by path in the specified mode.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the kind of access requested.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, IsolatedStorageFile) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, and in the context of the IsolatedStorageFile specified by isf.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess, IsolatedStorageFile) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path in the specified mode, with the specified file access, and in the context of the IsolatedStorageFile specified by isf.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, and in the context of the IsolatedStorageFile specified by isf.
w98w4e9y.pubmethod(en-us,VS.90).gifIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32, IsolatedStorageFile) Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified, and in the context of the IsolatedStorageFile specified by isf.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker