Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Azavea
NijPredictivePolicing
Common
CmdLineJobBase
C# Class 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
Show file
Open project: azavea/acs-alchemist
Class Usage Examples
Public Methods
Method
Description
Load
(
string
args
,
CmdLineArg
availFlags
,
object
dest
) :
bool
Method Details
Load()
public
method
public
Load
(
string
args
,
CmdLineArg
availFlags
,
object
dest
) :
bool
args
string
availFlags
CmdLineArg
dest
object
return
bool