Share via


AppLoaderFactory Class

Represents an application loader factory.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Loader.AppLoaderFactory

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

Syntax

'Declaration
Public Class AppLoaderFactory _
    Implements IAppLoaderFactory
'Usage
Dim instance As AppLoaderFactory
public class AppLoaderFactory : IAppLoaderFactory
public ref class AppLoaderFactory : IAppLoaderFactory
type AppLoaderFactory =  
    class 
        interface IAppLoaderFactory 
    end
public class AppLoaderFactory implements IAppLoaderFactory

The AppLoaderFactory type exposes the following members.

Constructors

  Name Description
Public method AppLoaderFactory Initializes a new instance of the AppLoaderFactory class.

Top

Properties

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

Top

Methods

  Name Description
Public method Create Create a new chained app loader.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Hosting.Loader Namespace