IPlatformApplication Interface

Definition

IPlatformApplication. Hosts the platform application.

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

Properties

Application

Gets the Application. IApplication.

Current

Gets the current IPlatformApplication. This must be set in each implementation manually, as we can't have a true static be used in the implementation.

Services

Gets the Service Provider. IServiceProvider.

Applies to