ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) 메서드

정의

프로세스 호스트를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

functions
IProcessHostSupportFunctions

인터페이스에 의해 IProcessHostSupportFunctions 선언된 함수입니다.

반품

프로세스 호스트를 포함하는 개체입니다.

구현

설명

GetProcessHost .NET Framework 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상