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

Parameter

functions
IProcessHostSupportFunctions

Funktionen, die von der IProcessHostSupportFunctions Schnittstelle deklariert werden.

Gibt zurück

Ein Prozesshostobjekt.

Hinweise

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

Gilt für: