C# 클래스 Stall.Helpers.CommandInfo

파일 보기 프로젝트 열기: jamesqo/Stall

공개 메소드들

메소드 설명
CommandInfo ( string file, string arguments ) : System
Parse ( string command ) : CommandInfo

비공개 메소드들

메소드 설명
GetArgumentIndex ( string command ) : int

메소드 상세

CommandInfo() 공개 메소드

public CommandInfo ( string file, string arguments ) : System
file string
arguments string
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string command ) : CommandInfo
command string
리턴 CommandInfo