IsolatedStorageFile.GetMachineStoreForAssembly メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > IsolatedStorageFile.GetMachineStoreForAssembly メソッドの意味・解説 

IsolatedStorageFile.GetMachineStoreForAssembly メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

呼び出し元のコードアセンブリ ID対応するマシン スコープ分離ストレージ取得します

名前空間: System.IO.IsolatedStorage
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared Function GetMachineStoreForAssembly
 As IsolatedStorageFile
Dim returnValue As IsolatedStorageFile

returnValue = IsolatedStorageFile.GetMachineStoreForAssembly
public static IsolatedStorageFile GetMachineStoreForAssembly
 ()
public:
static IsolatedStorageFile^ GetMachineStoreForAssembly ()
public static IsolatedStorageFile GetMachineStoreForAssembly
 ()
public static function GetMachineStoreForAssembly
 () : IsolatedStorageFile

戻り値
呼び出し元のコードアセンブリ ID に基づく分離ストレージ スコープ対応する IsolatedStorageFile オブジェクト

例外例外
解説解説

異なアプリケーションでも、同じアセンブリ場合は、このメソッド使用するときに、同じ分離ストアを必ず使用します

GetUserStoreForAssembly は、次のコード機能的に同等です。

GetStore(IsolatedStorageScope.Assembly Or IsolatedStorageScope.Machine,
 Nothing, Nothing)
GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.Machine, null, null);
メモメモ

同じアプリケーション ドメイン内で実行されている異なアセンブリは、必ず個別分離ストア保有します。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IsolatedStorageFile クラス
IsolatedStorageFile メンバ
System.IO.IsolatedStorage 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からIsolatedStorageFile.GetMachineStoreForAssembly メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からIsolatedStorageFile.GetMachineStoreForAssembly メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からIsolatedStorageFile.GetMachineStoreForAssembly メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

IsolatedStorageFile.GetMachineStoreForAssembly メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



IsolatedStorageFile.GetMachineStoreForAssembly メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS