Compartir a través de


IProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Método

Definición

Obtiene el host de procesos.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 System::Object ^ GetProcessHost(System::Web::Hosting::IProcessHostSupportFunctions ^ functions);
public object GetProcessHost (System.Web.Hosting.IProcessHostSupportFunctions functions);
abstract member GetProcessHost : System.Web.Hosting.IProcessHostSupportFunctions -> obj
Public Function GetProcessHost (functions As IProcessHostSupportFunctions) As Object

Parámetros

functions
IProcessHostSupportFunctions

Funciones que declara la interfaz IProcessHostSupportFunctions.

Devoluciones

Object

Un objeto host de procesos.

Comentarios

GetProcessHostse introdujo en la .NET Framework 3.5. Para más información, vea Versiones y dependencias.

Se aplica a