Class CommandParser
Inheritance
System.Object
CommandParser
Namespace: Mars.Components.Starter
Assembly: Mars.Components.dll
Syntax
public class CommandParser : object
Methods
ParseAndEvaluateArguments(ModelDescription, IReadOnlyCollection<String>)
Declaration
public static CommandArgumentContainer ParseAndEvaluateArguments(ModelDescription description, IReadOnlyCollection<string> args)
Parameters
Type | Name | Description |
---|---|---|
ModelDescription | description | |
IReadOnlyCollection<System.String> | args |
Returns
Type | Description |
---|---|
CommandArgumentContainer |