ProcessHostFactoryHelper.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:
 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.

Restituisce

Oggetto contenente l'host di processo.

Implementazioni

Commenti

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

Si applica a