HttpSessionState.StaticObjects プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HttpSessionState.StaticObjects プロパティの意味・解説 

HttpSessionState.StaticObjects プロパティ

ASP.NET アプリケーションの Global.asax ファイル<object Runat="Server" Scope="Session"/> タグ宣言されているオブジェクトコレクション取得します

名前空間: System.Web.SessionState
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public ReadOnly Property
 StaticObjects As HttpStaticObjectsCollection
Dim instance As HttpSessionState
Dim value As HttpStaticObjectsCollection

value = instance.StaticObjects
public HttpStaticObjectsCollection StaticObjects { get;
 }
public:
property HttpStaticObjectsCollection^ StaticObjects {
    HttpStaticObjectsCollection^ get ();
}
/** @property */
public HttpStaticObjectsCollection get_StaticObjects ()
public function get StaticObjects
 () : HttpStaticObjectsCollection

プロパティ
Global.asax ファイル宣言されオブジェクト格納されている HttpStaticObjectsCollection。

解説解説
使用例使用例

StaticObjects コレクションオブジェクトidオブジェクト型一覧表示するコード例次に示します

For Each de As System.Collections.DictionaryEntry
 In Session.StaticObjects
  Response.Write(String.Format("{0} is of type
 {1}<br />", de.Key, de.Value.GetType()))
Next
foreach (System.Collections.DictionaryEntry de in
 Session.StaticObjects)
  Response.Write(de.Key + " is of type " + de.Value.GetType().ToString()
 + "<BR>");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpSessionState クラス
HttpSessionState メンバ
System.Web.SessionState 名前空間
その他の技術情報
セッション状態概要


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

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

辞書ショートカット

すべての辞書の索引

HttpSessionState.StaticObjects プロパティのお隣キーワード
検索ランキング

   

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



HttpSessionState.StaticObjects プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS