ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İşlem konağını alır.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
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
Parametreler
- functions
- IProcessHostSupportFunctions
Arabirim tarafından belirtilen işlevler IProcessHostSupportFunctions .
Döndürülenler
İşlem konağını içeren bir nesne.
Uygulamalar
Açıklamalar
GetProcessHost .NET Framework 3,5 ' de tanıtılmıştır. Daha fazla bilgi için bkz. sürümler ve bağımlılıklar.