Share via


ApplicationManager.ShutdownAll 方法

定義

卸載全部應用程式資源。

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

備註

ShutdownAll呼叫 方法相當於在此實例所 ApplicationManager 管理的所有應用程式域中呼叫 HostingEnvironment.InitiateShutdown 方法;不過, ShutdownAll 可以從受控應用程式域外部呼叫 方法。

適用於