C# Класс ServiceClientGenerator.CommandArguments

Parses the command line into argument settings controlling the sdk code generator.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Parse ( string cmdlineArgs ) : CommandArguments

Takes the command line arguments, fuses them with any response file that may also have been specified, and parses them.

Приватные методы

Метод Описание
AddResponseFileArguments ( string responseFile, ICollection args ) : void
CommandArguments ( ) : System
FindArgDeclaration ( string argument ) : ArgDeclaration

Scans the argument declaration table to find a matching entry for a token from the command line that is potentially an option keyword.

IsSwitch ( string argument ) : bool

Returns true if the supplied value has a argument prefix indicator, marking it as an argumentkeyword.

Process ( IEnumerable cmdlineArgs ) : void
ResolvePath ( string filePath ) : string

Resolves any relatively pathed filename.

Описание методов

Parse() публичный статический Метод

Takes the command line arguments, fuses them with any response file that may also have been specified, and parses them.
public static Parse ( string cmdlineArgs ) : CommandArguments
cmdlineArgs string The set of arguments supplied to the program
Результат CommandArguments