C# Class Bottles.Services.BottleServiceApplication

Afficher le fichier Open project: DarthFubuMVC/bottles Class Usage Examples

Méthodes publiques

Méthode Description
BuildApplicationLoader ( Type type ) : IApplicationLoader
DetermineLoaderType ( Type type ) : Type
FindLoaderTypes ( ) : IEnumerable
IsLoaderTypeCandidate ( Type type ) : bool

Private Methods

Méthode Description
FindLoader ( string bootstrapperType ) : IApplicationLoader

Method Details

BuildApplicationLoader() public static méthode

public static BuildApplicationLoader ( Type type ) : IApplicationLoader
type System.Type
Résultat IApplicationLoader

DetermineLoaderType() public static méthode

public static DetermineLoaderType ( Type type ) : Type
type System.Type
Résultat System.Type

FindLoaderTypes() public static méthode

public static FindLoaderTypes ( ) : IEnumerable
Résultat IEnumerable

IsLoaderTypeCandidate() public static méthode

public static IsLoaderTypeCandidate ( Type type ) : bool
type System.Type
Résultat bool