C# 클래스 WhiskWork.Synchronizer.CommandLineArguments

파일 보기 프로젝트 열기: jorn-ola-birkeland/WhiskWork

공개 메소드들

메소드 설명
CommandLineArguments ( string args ) : System.Collections.Generic
ContainsArg ( string name ) : bool
GetSafeValues ( string argName ) : IEnumerable
this ( int index ) : string
this ( string argName ) : string

비공개 메소드들

메소드 설명
ParseOptionalParameters ( ) : string>.Dictionary

메소드 상세

CommandLineArguments() 공개 메소드

public CommandLineArguments ( string args ) : System.Collections.Generic
args string
리턴 System.Collections.Generic

ContainsArg() 공개 메소드

public ContainsArg ( string name ) : bool
name string
리턴 bool

GetSafeValues() 공개 메소드

public GetSafeValues ( string argName ) : IEnumerable
argName string
리턴 IEnumerable

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( string argName ) : string
argName string
리턴 string