IAppLoader Interface
Attempts to find the entry point for an app.
Namespace: Microsoft.Owin.Hosting.Loader
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public interface IAppLoader
public interface class IAppLoader
type IAppLoader = interface end
Public Interface IAppLoader
Methods
Name | Description | |
---|---|---|
![]() |
Load(String, IList<String>) | Attempts to find the entry point for a given configuration string. |
See Also
Microsoft.Owin.Hosting.Loader Namespace
Return to top