ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Methode

Definition

Ruft den Prozesshost ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

functions
IProcessHostSupportFunctions

Funktionen, die von der IProcessHostSupportFunctions Schnittstelle deklariert werden.

Gibt zurück

Ein Objekt, das den Prozesshost enthält.

Implementiert

Hinweise

GetProcessHost wird im .NET Framework 3.5 eingeführt. Weitere Informationen finden Sie unter "Versionen und Abhängigkeiten".

Gilt für: