CacheSection コンストラクタ
アセンブリ: System.Web (system.web.dll 内)


CacheSection コンストラクタは、コードで直接使用するためのものではありません。ASP.NET 構成システムによって呼び出されます。CacheSection クラスのインスタンスは、GetSection メソッドを使用して取得します。

' Instantiate the CacheSection class. Dim cache As New System.Web.Configuration.CacheSection()
// Instantiate the CacheSection class. System.Web.Configuration.CacheSection cache = new System.Web.Configuration.CacheSection();

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からCacheSection コンストラクタを検索する場合は、下記のリンクをクリックしてください。

- CacheSection コンストラクタのページへのリンク