Share via


AppLoader Class

Provides methods for loading application.

Inheritance Hierarchy

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

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

Syntax

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

The AppLoader type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Load Executes the loader, searching for the entry point by name.
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