C# Class Endjin.Core.Container.WebBootstrapper

Inheritance: IBootstrapper
Mostra file Open project: endjin/Endjin.Composition

Public Methods

Method Description
GetInstallersAsync ( ) : Task>
RegisterContent ( ) : void
RegisterResourcesAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
RegisterAttributedContent ( Assembly assembly ) : void

Method Details

GetInstallersAsync() public method

public GetInstallersAsync ( ) : Task>
return Task>

RegisterContent() public method

public RegisterContent ( ) : void
return void

RegisterResourcesAsync() public method

public RegisterResourcesAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task