Class HostBuilderContextExtensions
- Namespace
- Microsoft.Extensions.Hosting
- Assembly
- McMaster.Extensions.Hosting.CommandLine.dll
Extensions methods for the HostBuilderContext
public static class HostBuilderContextExtensions
- Inheritance
-
objectHostBuilderContextExtensions
Methods
GetCommandLineContext(HostBuilderContext)
Get the CommandLineContext used to run the app
public static CommandLineContext GetCommandLineContext(this HostBuilderContext context)
Parameters
contextHostBuilderContextThis instance
Returns
- CommandLineContext
The CommandLineContext used to run the app