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

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

IsolatedStorageFile.GetUserStoreForAssembly メソッド

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

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

Public Shared Function GetUserStoreForAssembly
 As IsolatedStorageFile
Dim returnValue As IsolatedStorageFile

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

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

例外例外
解説解説

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

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

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

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

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


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

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

辞書ショートカット

すべての辞書の索引

「IsolatedStorageFile.GetUserStoreForAssembly メソッド」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS