C# Class ConsoleApplication1.Initializations.CustomBootstrapper

Inheritance: Crow.Library.Bootstrappers.Bootstrapper
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
CustomBootstrapper ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
LoadModules ( IEnumerable assemblies ) : void
UnloadModules ( ) : void

Method Details

CustomBootstrapper() public méthode

public CustomBootstrapper ( ) : System.Collections.Generic
Résultat System.Collections.Generic

LoadModules() protected méthode

protected LoadModules ( IEnumerable assemblies ) : void
assemblies IEnumerable
Résultat void

UnloadModules() protected méthode

protected UnloadModules ( ) : void
Résultat void