| IWebHostBuilderExtensionsParseCommandLine - метод |
Осуществляет разбор параметров командной строки.
Пространство имён:
FinistSoft.BackEndNetCoreHost
Сборка:
BackEndNetCoreHost (в BackEndNetCoreHost.exe) Версия: 1.0.0
Синтаксис private static Dictionary<string, string> ParseCommandLine(
string[] args
)
Private Shared Function ParseCommandLine (
args As String()
) As Dictionary(Of String, String)
Dim args As String()
Dim returnValue As Dictionary(Of String, String)
returnValue = IWebHostBuilderExtensions.ParseCommandLine(args)
private static function ParseCommandLine(
args : String[]
) : Dictionary<String, String>
Параметры
- args
- Тип: SystemString
Параметры командной строки.
Возвращаемое значение
Тип:
DictionaryString,
StringНабор параметров
См. также