ApplicationManager.GetAppDomain 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定应用程序的应用程序域。
重载
GetAppDomain(String) |
获取指定应用程序的应用程序域。 |
GetAppDomain(IApplicationHost) |
获取使用指定主机的应用程序的应用程序域。 |
GetAppDomain(String)
GetAppDomain(IApplicationHost)
获取使用指定主机的应用程序的应用程序域。
public:
AppDomain ^ GetAppDomain(System::Web::Hosting::IApplicationHost ^ appHost);
public AppDomain GetAppDomain (System.Web.Hosting.IApplicationHost appHost);
member this.GetAppDomain : System.Web.Hosting.IApplicationHost -> AppDomain
Public Function GetAppDomain (appHost As IApplicationHost) As AppDomain
参数
- appHost
- IApplicationHost
要为其获取应用程序域的宿主。
返回
应用程序的应用程序域。