IsolatedStorageFile クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<ComVisibleAttribute(True)> _ Public NotInheritable Class IsolatedStorageFile Inherits IsolatedStorage Implements IDisposable
[ComVisibleAttribute(true)] public sealed class IsolatedStorageFile : IsolatedStorage, IDisposable
[ComVisibleAttribute(true)] public ref class IsolatedStorageFile sealed : public IsolatedStorage, IDisposable

このオブジェクトは、IsolatedStorageFileStream オブジェクトによって表されるファイルが存在する特定の分離ストレージ スコープに対応しています。アプリケーションは、分離ストレージを使用することで、ファイル システム内の特定のパスを指定しなくても、ファイル システム内の分離された独自の領域にデータを保存できます。分離ストアのスコープは特定のアセンブリに限定されているため、他の多くのマネージ コードからは、コードのデータにアクセスできません。ただし、信頼性の高いマネージ コードや管理ツールは、他のアセンブリからもストアにアクセスできます。アンマネージ コードの場合は、どの分離ストアにもアクセスできます。

System.MarshalByRefObject
System.IO.IsolatedStorage.IsolatedStorage
System.IO.IsolatedStorage.IsolatedStorageFile


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IsolatedStorageFile クラスのページへのリンク