C# Class Stall.Helpers.CommandInfo

Mostrar archivo Open project: jamesqo/Stall

Public Methods

Method Description
CommandInfo ( string file, string arguments ) : System
Parse ( string command ) : CommandInfo

Private Methods

Method Description
GetArgumentIndex ( string command ) : int

Method Details

CommandInfo() public method

public CommandInfo ( string file, string arguments ) : System
file string
arguments string
return System

Parse() public static method

public static Parse ( string command ) : CommandInfo
command string
return CommandInfo