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
Afficher le fichier Open project: azavea/acs-alchemist Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string args, CmdLineArg availFlags, object dest ) : bool

Method Details

Load() public méthode

public Load ( string args, CmdLineArg availFlags, object dest ) : bool
args string
availFlags CmdLineArg
dest object
Résultat bool