C# 클래스 Azavea.NijPredictivePolicing.Common.CmdLineJobBase

A generic class for parsing command line input given a collection of CmdLineArg(s). Should handle some nice things, like hypens/spaces in quotes, etc, type conversion, etc
파일 보기 프로젝트 열기: azavea/acs-alchemist 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string args, CmdLineArg availFlags, object dest ) : bool

메소드 상세

Load() 공개 메소드

public Load ( string args, CmdLineArg availFlags, object dest ) : bool
args string
availFlags CmdLineArg
dest object
리턴 bool