ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Método

Definição

Obtém o host do processo.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

Funções declaradas pela IProcessHostSupportFunctions interface.

Retornos

Um objeto que contém o host do processo.

Implementações

Comentários

GetProcessHost é introduzido no .NET Framework 3.5. Para obter mais informações, consulte Versões e dependências.

Aplica-se a