IsolatedStorageFile.GetMachineStoreForAssembly メソッド
アセンブリ: 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIsolatedStorageFile.GetMachineStoreForAssembly メソッドを検索する場合は、下記のリンクをクリックしてください。

- IsolatedStorageFile.GetMachineStoreForAssembly メソッドのページへのリンク