다음을 통해 공유


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 인터페이스에 의해 선언되는 함수입니다.

반환

Object

프로세스 호스트가 들어 있는 개체입니다.

구현

설명

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

적용 대상