IProcessHost.ShutdownApplication(String) Methode

Definitie

Hiermee wordt de opgegeven toepassing beëindigd.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 void ShutdownApplication(System::String ^ appId);
public void ShutdownApplication(string appId);
abstract member ShutdownApplication : string -> unit
Public Sub ShutdownApplication (appId As String)

Parameters

appId
String

De toepassing die moet worden beëindigd.

Opmerkingen

ShutdownApplication wordt geïntroduceerd in het .NET Framework 3.5. Zie Versies en afhankelijkheden voor meer informatie.

Van toepassing op