ConsoleProgram<TStartup> Class
Definition
- Namespace
- Codebelt.Bootstrapper.Console
- Assemblies
- Codebelt.Bootstrapper.Console.dll
The base entry point of an application responsible for registering its ConsoleStartup partner.
public abstract class ConsoleProgram<TStartup> : ProgramRoot<TStartup> where TStartup : ConsoleStartup
Type Parameters
TStartupThe type containing the startup methods for the application.
- Inheritance
-
ProgramRoot<TStartup>ConsoleProgram<TStartup>
Methods
| Name | Description |
|---|---|
| CreateHostBuilder(string[]) | Creates an IHostBuilder used to set up the host. |
See Also
ProgramRoot<TStartup>