C# Class Bottles.Services.BottleServiceApplication

Show file Open project: DarthFubuMVC/bottles Class Usage Examples

Public Methods

Method Description
BuildApplicationLoader ( Type type ) : IApplicationLoader
DetermineLoaderType ( Type type ) : Type
FindLoaderTypes ( ) : IEnumerable
IsLoaderTypeCandidate ( Type type ) : bool

Private Methods

Method Description
FindLoader ( string bootstrapperType ) : IApplicationLoader

Method Details

BuildApplicationLoader() public static method

public static BuildApplicationLoader ( Type type ) : IApplicationLoader
type System.Type
return IApplicationLoader

DetermineLoaderType() public static method

public static DetermineLoaderType ( Type type ) : Type
type System.Type
return System.Type

FindLoaderTypes() public static method

public static FindLoaderTypes ( ) : IEnumerable
return IEnumerable

IsLoaderTypeCandidate() public static method

public static IsLoaderTypeCandidate ( Type type ) : bool
type System.Type
return bool