IProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar processvärden.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
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
Parametrar
- functions
- IProcessHostSupportFunctions
Funktioner som deklareras av IProcessHostSupportFunctions gränssnittet.
Returer
Ett processvärdobjekt.
Kommentarer
GetProcessHost introduceras i .NET Framework 3.5. Mer information finns i Versioner och beroenden.