Share via


IPlatformApplication 接口

定义

IPlatformApplication。 托管平台应用程序。

public interface class IPlatformApplication
public interface IPlatformApplication
type IPlatformApplication = interface
Public Interface IPlatformApplication

属性

Application

获取应用程序。 IApplication.

Current

获取当前的 IPlatformApplication。 这必须在每个实现中手动设置,因为我们无法在实现中使用真正的静态。

Services

获取服务提供程序。 IServiceProvider.

适用于