ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Metod

Definition

Hämtar processvärden.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

functions
IProcessHostSupportFunctions

Funktioner som deklareras av IProcessHostSupportFunctions gränssnittet.

Returer

Ett objekt som innehåller processvärden.

Implementeringar

Kommentarer

GetProcessHost introduceras i .NET Framework 3.5. Mer information finns i Versioner och beroenden.

Gäller för