ArgumentEnumerator(String) - конструктор |
Initializes a new instance of the
ArgumentEnumerator class with the specified
String
which represents command-line arguments.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксисpublic ArgumentEnumerator(
string arguments
)
Public Sub New (
arguments As String
)
public:
ArgumentEnumerator(
String^ arguments
)
new :
arguments : string -> ArgumentEnumeratorПараметры
- arguments
- Тип: SystemString
Command-line arguments to be parsed and iterated.
Исключения
См. также