Table of Contents

Class HostBuilderContextExtensions

Namespace
Microsoft.Extensions.Hosting
Assembly
McMaster.Extensions.Hosting.CommandLine.dll

Extensions methods for the HostBuilderContext

public static class HostBuilderContextExtensions
Inheritance
object
HostBuilderContextExtensions

Methods

GetCommandLineContext(HostBuilderContext)

Get the CommandLineContext used to run the app

public static CommandLineContext GetCommandLineContext(this HostBuilderContext context)

Parameters

context HostBuilderContext

This instance

Returns

CommandLineContext

The CommandLineContext used to run the app