C# 클래스 Twinspire.Command

파일 보기 프로젝트 열기: twinspire/twinspire

공개 메소드들

메소드 설명
ExecuteConsoleCommand ( string command ) : string
GetCommandProcess ( string cmd, string workingDir = "" ) : Process

비공개 메소드들

메소드 설명
CheckPath ( string &path ) : void
ExecuteSubCommand ( string flag, string args, string &result ) : void
GetFlagResult ( string flag ) : string
HasFlag ( string result, string flag ) : bool
SetCommandFlag ( string flag, string &result ) : void

메소드 상세

ExecuteConsoleCommand() 공개 정적인 메소드

public static ExecuteConsoleCommand ( string command ) : string
command string
리턴 string

GetCommandProcess() 공개 정적인 메소드

public static GetCommandProcess ( string cmd, string workingDir = "" ) : Process
cmd string
workingDir string
리턴 System.Diagnostics.Process