IProcessHostSupportFunctions 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로세스 호스트에 대한 도우미 함수를 제공합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public interface class IProcessHostSupportFunctions
[System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHostSupportFunctions
[<System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHostSupportFunctions = interface
Public Interface IProcessHostSupportFunctions
- 특성
설명
IProcessHostSupportFunctions는 .NET Framework 3.5에서 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.
메서드
GetAppHostConfigFilename() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 애플리케이션 호스트 구성(.config) 파일 경로를 가져옵니다. |
GetApplicationProperties(String, String, String, String, String) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 애플리케이션의 메타베이스에서 속성을 가져옵니다. |
GetConfigToken(String) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 지정된 애플리케이션의 루트 디렉터리에 대한 Windows 보안 토큰을 가져옵니다. |
GetNativeConfigurationSystem() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
|
GetRootWebConfigFilename() |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. ApplicationHost.config 파일에 대한 실제 경로를 가져옵니다. |
MapPath(String, String, String) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 상대 URL의 실제 경로를 가져옵니다. |