ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Metodo

Definizione

Ottiene l'host del processo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

functions
IProcessHostSupportFunctions

Funzioni dichiarate dall'interfaccia IProcessHostSupportFunctions .

Valori restituiti

Oggetto che contiene l'host del processo.

Implementazioni

Commenti

GetProcessHost è stato introdotto in .NET Framework 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a