Share via


AppLoader Class

 

Provides methods for loading application.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Loader.AppLoader

Syntax

public class AppLoader : IAppLoader
public ref class AppLoader : IAppLoader
type AppLoader = 
    class
        interface IAppLoader
    end
Public Class AppLoader
    Implements IAppLoader

Constructors

Name Description
System_CAPS_pubmethod AppLoader(IEnumerable<IAppLoaderFactory>)

Initializes a new instance of the AppLoader class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Load(String, IList<String>)

Executes the loader, searching for the entry point by name.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Hosting.Loader Namespace

Return to top