Condividi tramite


IProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Metodo

Definizione

Ottiene l'host di processo.

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

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

Parametri

functions
IProcessHostSupportFunctions

Funzioni dichiarate dall'interfaccia IProcessHostSupportFunctions.

Restituisce

Oggetto host di processo.

Commenti

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

Si applica a