C# Класс Owin.Loader.DefaultLoader

Наследование: IStartupLoader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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