IProcessHostSupportFunctions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides helper functions for the process host.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
- Attributes
Remarks
IProcessHostSupportFunctions is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.
Methods
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 |
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. |