Share via


IAppLoaderFactory Interface

Represents an interface for the application loader factory.

Namespace:  Microsoft.Owin.Hosting.Loader
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

'Declaration
Public Interface IAppLoaderFactory
'Usage
Dim instance As IAppLoaderFactory
public interface IAppLoaderFactory
public interface class IAppLoaderFactory
type IAppLoaderFactory =  interface end
public interface IAppLoaderFactory

The IAppLoaderFactory type exposes the following members.

Properties

  Name Description
Public property Order Gets the order of the loaded application.

Top

Methods

  Name Description
Public method Create

Top

See Also

Reference

Microsoft.Owin.Hosting.Loader Namespace