C# Class Infrastructure.Bootstrapper

Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Méthode Description
CreateBootstrapper ( ) : Bootstrapper
Dispose ( ) : void

Méthodes protégées

Méthode Description
Bootstrapper ( ) : System
Dispose ( bool @explicit ) : void

Private Methods

Méthode Description
RunStartupConfiguration ( ) : Bootstrapper

Method Details

Bootstrapper() protected méthode

protected Bootstrapper ( ) : System
Résultat System

CreateBootstrapper() public static méthode

public static CreateBootstrapper ( ) : Bootstrapper
Résultat Bootstrapper

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool @explicit ) : void
@explicit bool
Résultat void