C# 클래스 Owin.Loader.DefaultLoader

상속: IStartupLoader
파일 보기 프로젝트 열기: owin/museum-piece-owin-hosting 1 사용 예제들

공개 메소드들

메소드 설명
DefaultLoader ( ) : System

DotByDot ( string text ) : IEnumerable

Load ( string startupName ) : Action

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

비공개 메소드들

메소드 설명
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

메소드 상세

DefaultLoader() 공개 메소드

public DefaultLoader ( ) : System
리턴 System

DotByDot() 공개 정적인 메소드

public static DotByDot ( string text ) : IEnumerable
text string
리턴 IEnumerable

Load() 공개 메소드

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
리턴 Action