Class ShellCommandParser
Parse the commands
Inheritance
System.Object
ShellCommandParser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CommandShell.Parser
Assembly: Simplic.CommandShell.dll
Syntax
public class ShellCommandParser
Methods
| Improve this Doc View SourceParseCommand(String)
Parse single command
Declaration
public static Tuple<string, List<CommandShellParameter>> ParseCommand(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | Input |
Returns
Type | Description |
---|---|
System.Tuple<System.String, System.Collections.Generic.List<CommandShellParameter>> | Tuple with the parameter name and a list of parameter-values |