IsolatedStorageFile.GetMachineStoreForAssembly メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
呼び出し元のコードのアセンブリ ID に対応するマシン スコープの分離ストレージを取得します。
名前空間: System.IO.IsolatedStorage
アセンブリ: mscorlib (mscorlib.dll 内)
構文
Dim returnValue As IsolatedStorageFile returnValue = IsolatedStorageFile.GetMachineStoreForAssembly
戻り値
呼び出し元のコードのアセンブリ ID に基づく分離ストレージ スコープに対応する IsolatedStorageFile オブジェクト。


異なるアプリケーション内でも、同じアセンブリの場合は、このメソッドを使用するときに、同じ分離ストアを必ず使用します。
GetUserStoreForAssembly は、次のコードと機能的に同等です。
GetStore(IsolatedStorageScope.Assembly Or IsolatedStorageScope.Machine, Nothing, Nothing) GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.Machine, null, null);
![]() |
---|


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.GetMachineStoreForAssembly メソッドのページへのリンク