Aracılığıyla paylaş


CommandLineConfigurationProvider Oluşturucu

Tanım

Yeni bir örnek başlatır.

public CommandLineConfigurationProvider (System.Collections.Generic.IEnumerable<string> args, System.Collections.Generic.IDictionary<string,string>? switchMappings = default);
new Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider : seq<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider
Public Sub New (args As IEnumerable(Of String), Optional switchMappings As IDictionary(Of String, String) = Nothing)

Parametreler

args
IEnumerable<String>

Komut satırı birleştirilir.

switchMappings
IDictionary<String,String>

Anahtar eşlemeleri.

Şunlara uygulanır