Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

[GuidAttribute("35f9c4c1-3800-4d17-99bc-018a62243687")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IProcessHostSupportFunctions

NameDescription
System_CAPS_pubmethodGetAppHostConfigFilename()

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.

System_CAPS_pubmethodGetApplicationProperties(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.

System_CAPS_pubmethodGetConfigToken(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.

System_CAPS_pubmethodGetNativeConfigurationSystem()

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the INativeConfigurationSystem interface.

System_CAPS_pubmethodGetRootWebConfigFilename()

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.

System_CAPS_pubmethodMapPath(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.

.NET Framework
Available since 2.0
Return to top
Show: