HostApplicationBuilder Constructors

Definitie

Overloads

Name Description
HostApplicationBuilder()

Initialiseert een nieuw exemplaar van de HostApplicationBuilder klasse met vooraf geconfigureerde standaardwaarden.

HostApplicationBuilder(HostApplicationBuilderSettings)

Initialiseert een nieuw exemplaar van de HostApplicationBuilder.

HostApplicationBuilder(String[])

Initialiseert een nieuw exemplaar van de HostApplicationBuilder klasse met vooraf geconfigureerde standaardwaarden.

HostApplicationBuilder()

Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs

Initialiseert een nieuw exemplaar van de HostApplicationBuilder klasse met vooraf geconfigureerde standaardwaarden.

public:
 HostApplicationBuilder();
public HostApplicationBuilder();
Public Sub New ()

Opmerkingen

De volgende standaardwaarden worden toegepast op de geretourneerde HostApplicationBuilder:

Van toepassing op

HostApplicationBuilder(HostApplicationBuilderSettings)

Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs

Initialiseert een nieuw exemplaar van de HostApplicationBuilder.

public:
 HostApplicationBuilder(Microsoft::Extensions::Hosting::HostApplicationBuilderSettings ^ settings);
public HostApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings? settings);
new Microsoft.Extensions.Hosting.HostApplicationBuilder : Microsoft.Extensions.Hosting.HostApplicationBuilderSettings -> Microsoft.Extensions.Hosting.HostApplicationBuilder
Public Sub New (settings As HostApplicationBuilderSettings)

Parameters

settings
HostApplicationBuilderSettings

Instellingen voor het beheren van de eerste configuratie en of standaardinstellingen moeten worden gebruikt.

Van toepassing op

HostApplicationBuilder(String[])

Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs
Bron:
HostApplicationBuilder.cs

Initialiseert een nieuw exemplaar van de HostApplicationBuilder klasse met vooraf geconfigureerde standaardwaarden.

public:
 HostApplicationBuilder(cli::array <System::String ^> ^ args);
public HostApplicationBuilder(string[]? args);
new Microsoft.Extensions.Hosting.HostApplicationBuilder : string[] -> Microsoft.Extensions.Hosting.HostApplicationBuilder
Public Sub New (args As String())

Parameters

args
String[]

De opdrachtregelargumenten.

Opmerkingen

De volgende standaardwaarden worden toegepast op de geretourneerde HostApplicationBuilder:

Van toepassing op