C# Class Infrastructure.Bootstrapper

Mostra file Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
CreateBootstrapper ( ) : Bootstrapper
Dispose ( ) : void

Protected Methods

Method Description
Bootstrapper ( ) : System
Dispose ( bool @explicit ) : void

Private Methods

Method Description
RunStartupConfiguration ( ) : Bootstrapper

Method Details

Bootstrapper() protected method

protected Bootstrapper ( ) : System
return System

CreateBootstrapper() public static method

public static CreateBootstrapper ( ) : Bootstrapper
return Bootstrapper

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool @explicit ) : void
@explicit bool
return void