次の方法で共有


IsolatedStorageFileStream コンストラクタ

IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。IsolatedStorageFileStream を開く唯一の方法は、そのコンストラクタの 1 つを使用することです。

オーバーロードの一覧

名前 説明
IsolatedStorageFileStream (String, FileMode) 指定した mode で、path によって指定されたファイルへのアクセスを与える IsolatedStorageFileStream オブジェクトの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess) mode に指定したモードで、path で指定したファイルへの、access に指定した種類のアクセスを提供する、IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, IsolatedStorageFile) mode で指定したモード、isf で指定した IsolatedStorageFile のコンテキストを使用して、path で指定したファイルへのアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess, FileShare) mode で指定したモード、share で指定した共有モードを使用して、path で指定したファイルへの、access で指定した種類のアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess, IsolatedStorageFile) mode で指定したモード、isf で指定した IsolatedStorageFile のコンテキストを使用して、path で指定したファイルへの、access で指定した種類のアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess, FileShare, Int32) mode で指定したモード、share で指定したファイル共有モード、buffersize で指定したバッファ サイズを使用して、path で指定したファイルへの、access で指定した種類のアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess, FileShare, IsolatedStorageFile) mode で指定したモード、share で指定したファイル共有モード、isf で指定した IsolatedStorageFile のコンテキストを使用して、path で指定したファイルへの、access で指定した種類のアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。
IsolatedStorageFileStream (String, FileMode, FileAccess, FileShare, Int32, IsolatedStorageFile) mode で指定したモード、share で指定したファイル共有モード、buffersize で指定したバッファ サイズ、isf で指定した IsolatedStorageFile のコンテキストを使用して、path で指定したファイルへの、access で指定した種類のアクセスを提供する IsolatedStorageFileStream クラスの新しいインスタンスを初期化します。

参照

関連項目

IsolatedStorageFileStream クラス
IsolatedStorageFileStream メンバ
System.IO.IsolatedStorage 名前空間