IProcessHostSupportFunctions Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides helper functions for the process host.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetAppHostConfigFilename() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the application host configuration (.config) file path. |
![]() | GetApplicationProperties(String^, String^%, String^%, String^%, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the properties from the application's metabase. |
![]() | GetConfigToken(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Windows security token for the specified application's root directory. |
![]() | GetNativeConfigurationSystem() | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the INativeConfigurationSystem interface. |
![]() | GetRootWebConfigFilename() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the physical path for the ApplicationHost.config file. |
![]() | MapPath(String^, String^, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the physical path of a relative URL. |
IProcessHostSupportFunctions is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
