C# 클래스 ServiceClientGenerator.CommandArguments

Parses the command line into argument settings controlling the sdk code generator.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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