IApplicationHost Interface

Definition

Retrieves information about the application host.

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

public interface class IApplicationHost
public interface IApplicationHost
type IApplicationHost = interface
Public Interface IApplicationHost

Remarks

IApplicationHost is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Methods

GetConfigMapPathFactory()

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

Enables creation of an IConfigMapPath interface in the target application domain.

GetConfigToken()

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

Gets the token for the application host configuration (.config) file.

GetPhysicalPath()

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

Gets the application's root physical path.

GetSiteID()

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

Gets the site ID.

GetSiteName()

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

Gets the site name.

GetVirtualPath()

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

Gets the application's root virtual path.

MessageReceived()

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

Indicates that a message was received.

Applies to