Interface IHostedEngineApplication
Allows a host to inject platform services into an application before initialization begins.
public interface IHostedEngineApplication
Methods
SetHostServices(IEngineHostServices)
Supplies host services that remain valid for the lifetime of the application instance.
void SetHostServices(IEngineHostServices hostServices)
Parameters
hostServicesIEngineHostServicesThe host services exposed by the active runtime backend.