Class ArgumentCollectionFactory
Factory for creating CommandExecutionInfo instances from command line arguments.
This class should be named CommandExecutionInfoFactory and will be renamed in a future release.
Inheritance
ArgumentCollectionFactory
Assembly: Benday.CommandsFramework.dll
Syntax
public class ArgumentCollectionFactory
Methods
|
Edit this page
View Source
GetSlashCount(string)
Declaration
public static int GetSlashCount(string input)
Parameters
Type |
Name |
Description |
string |
input |
|
Returns
|
Edit this page
View Source
Parse(string[])
Parse raw command line args and return a populated CommandExecutionInfo object.
Declaration
public CommandExecutionInfo Parse(string[] input)
Parameters
Type |
Name |
Description |
string[] |
input |
Array of strings. This is typically the raw args from the
command line.
|
Returns
Exceptions