C# Class Owin.Loader.DefaultLoader

Inheritance: IStartupLoader
Mostra file Open project: owin/museum-piece-owin-hosting Class Usage Examples

Public Methods

Method Description
DefaultLoader ( ) : System

DotByDot ( string text ) : IEnumerable

Load ( string startupName ) : Action

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

Private Methods

Method Description
DefaultLoader ( Func next ) : System
DefaultLoader ( Func next, object>.Func activator ) : System
GetDefaultConfigurationString ( string[]>.Func defaultTypeNames ) : string
GetTypeAndMethodNameForConfigurationString ( string configuration ) : string>.Tuple
HuntForAssemblies ( string configurationString ) : Assembly>>.IEnumerable
LoadImplementation ( string startupName ) : Action
MakeDelegate ( Type type, MethodInfo methodInfo ) : Action
Matches ( MethodInfo methodInfo, Type returnType ) : bool
TryAssemblyLoad ( string assemblyName ) : Assembly

Method Details

DefaultLoader() public method

public DefaultLoader ( ) : System
return System

DotByDot() public static method

public static DotByDot ( string text ) : IEnumerable
text string
return IEnumerable

Load() public method

Executes the loader, searching for the entry point by name.
public Load ( string startupName ) : Action
startupName string The name of the assembly and type entry point
return Action