IProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Método

Definición

Obtiene el host de proceso.

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 declaradas por la IProcessHostSupportFunctions interfaz.

Devoluciones

Objeto host de proceso.

Comentarios

GetProcessHost se introduce en .NET Framework 3.5. Para obtener más información, vea Versiones y dependencias.

Se aplica a