次の方法で共有


IProcessHost インターフェイス

アプリケーション マネージャーのすべてのホストが実装する必要があるプロセス全体の機能のセットを定義します。

構文

struct IProcessHost : IUnknown  

メソッド

次の表に、 インターフェイスによって公開されるメソッドの一覧を IProcessHost 示します。

名前 説明
IProcessHost::EnumerateAppDomains IAppDomainInfoEnum インターフェイスへのポインターを取得します。
IProcessHost::Shutdown アプリケーション ドメイン内のすべてのアプリケーションを終了するための要求を送信します。
IProcessHost::ShutdownApplication 指定したアプリケーションを終了します。
IProcessHost::StartApplication 指定したアプリケーションを開始します。

プロパティ

このインターフェイスにはプロパティが含まれています。

派生クラス

このインターフェイスには、派生クラスが含まれています。

継承階層

IUnknown

IProcessHost

要件

Type 説明
Client - Windows Vista 上の IIS 7.0
- Windows 7 上の IIS 7.5
- Windows 8 上の IIS 8.0
- Windows 10の IIS 10.0
サーバー - Windows Server 2008 の IIS 7.0
- Windows Server 2008 R2 の IIS 7.5
- Windows Server 2012 の IIS 8.0
- Windows Server 2012 R2 の IIS 8.5
- Windows Server 2016の IIS 10.0
製品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
Header Webhost.h

参照

Windows プロセス アクティブ化サービス インターフェイス