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 | |
---|---|---|
AppLoader | Initializes a new instance of the AppLoader class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load | Executes the loader, searching for the entry point by name. | |
MemberwiseClone | (Inherited from Object.) | |
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.