Class MinimalConsoleProgram<TProgram>
- Namespace
- Codebelt.Bootstrapper.Console
- Assembly
- Codebelt.Bootstrapper.Console.dll
The base entry point of an application optimized for console applications with a specific bootstrap type.
public abstract class MinimalConsoleProgram<TProgram> : MinimalConsoleProgram where TProgram : ProgramRoot
Type Parameters
TProgramThe type responsible for the application bootstrap.
- Inheritance
-
MinimalConsoleProgram<TProgram>
- Inherited Members
Methods
CreateHostBuilder(string[])
Creates an HostApplicationBuilder used to set up the host.
protected static HostApplicationBuilder CreateHostBuilder(string[] args)
Parameters
argsstring[]The command line arguments.
Returns
- HostApplicationBuilder
The initialized HostApplicationBuilder.