AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly メソッド

定義

ASP.NET AJAX リソースを含む、既定の ASP.NET AJAX フレームワーク アセンブリを返します。

protected public:
 virtual System::Reflection::Assembly ^ GetDefaultAjaxFrameworkAssembly(System::Reflection::Assembly ^ currentAssembly);
protected internal virtual System.Reflection.Assembly GetDefaultAjaxFrameworkAssembly (System.Reflection.Assembly currentAssembly);
abstract member GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
override this.GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
Protected Friend Overridable Function GetDefaultAjaxFrameworkAssembly (currentAssembly As Assembly) As Assembly

パラメーター

currentAssembly
Assembly

AjaxFrameworkAssemblyAttribute 属性が宣言されたアセンブリ。

戻り値

Assembly

既定の ASP.NET AJAX フレームワーク アセンブリ。

適用対象