Console/ForgeTrust.Runnable.Console/ConsoleApp.cs
ConsoleApp
Type
ConsoleApp
This class is used to run a console application with a specified startup class and module.
This allows for further customization of the consoles startup process.
Method
RunAsync(string[])
Runs the console application asynchronously using a custom startup class.
Type
ConsoleApp
This class is used to run a console application with a specified module and a generic startup.
Method
RunAsync(string[])
Runs the console application asynchronously with a generic startup.