C# Class Snooze.Routing.RoutingRegistrationDiscovery

显示文件 Open project: nhsevidence/Snooze

Public Methods

Method Description
Scan ( Assembly assembly ) : IEnumerable

All IRouteRegistration instances and all delegates

Private Methods

Method Description
IsConstructableRouteRegistration ( Type t ) : bool
IsRegister ( FieldInfo f ) : bool

Method Details

Scan() public method

All IRouteRegistration instances and all delegates
public Scan ( Assembly assembly ) : IEnumerable
assembly System.Reflection.Assembly
return IEnumerable