ArgumentEnumerator(String) - конструктор

Initializes a new instance of the ArgumentEnumerator class with the specified String which represents command-line arguments.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public ArgumentEnumerator(
	string arguments
)

Параметры

arguments  String
Command-line arguments to be parsed and iterated.

Исключения

ArgumentNullExceptionarguments is null.

См. также