Interface IProgramFactory
- Namespace
- Codebelt.Bootstrapper.Console
- Assembly
- Codebelt.Bootstrapper.Console.dll
Provides an interface for initializing services and middleware used by an application.
public interface IProgramFactory
Properties
Instance
Provides access to an instance inheriting from MinimalConsoleProgram.
MinimalConsoleProgram Instance { get; }
Property Value
- MinimalConsoleProgram
A reference to the object of type MinimalConsoleProgram.