ApplicationManager.ShutdownAll 方法

定义

卸载所有应用程序资源。

public:
 void ShutdownAll();
public void ShutdownAll ();
member this.ShutdownAll : unit -> unit
Public Sub ShutdownAll ()

注解

ShutdownAll调用该方法等效于在此实例管理ApplicationManager的所有应用程序域中调用HostingEnvironment.InitiateShutdown该方法;但是,ShutdownAll可以从托管应用程序域外部调用该方法。

适用于