ProcessHostFactoryHelper.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:
 virtual System::Object ^ GetProcessHost(System::Web::Hosting::IProcessHostSupportFunctions ^ functions);
public object GetProcessHost (System.Web.Hosting.IProcessHostSupportFunctions functions);
abstract member GetProcessHost : System.Web.Hosting.IProcessHostSupportFunctions -> obj
override this.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

Objeto que contiene el host de procesos.

Implementaciones

Comentarios

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

Se aplica a