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属性が宣言されたアセンブリ。

返品

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

適用対象