Bearbeiten

Freigeben über


HostingExtensions Class

Definition

public ref class HostingExtensions abstract sealed
public static class HostingExtensions
type HostingExtensions = class
Public Module HostingExtensions
Inheritance
HostingExtensions

Methods

BindCommandLine<TOptions>(OptionsBuilder<TOptions>)
GetHost(InvocationContext)
GetInvocationContext(HostBuilderContext)
GetInvocationContext(IHostBuilder)
UseCommandHandler(IHostBuilder, Type, Type)
UseCommandHandler<TCommand,THandler>(IHostBuilder)
UseHost(CommandLineBuilder, Action<IHostBuilder>)
UseHost(CommandLineBuilder, Func<String[],IHostBuilder>, Action<IHostBuilder>)
UseInvocationLifetime(IHostBuilder, InvocationContext, Action<InvocationLifetimeOptions>)

Applies to