Search Results for

    Show / Hide Table of Contents

    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 Source

    ParseCommand(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx