C# 클래스 ZetboxApp.Wizard.Shell

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Execute ( string file, string arguments = null ) : int
ExecuteAsync ( string file, string arguments = null ) : void
Shell ( Messages messages, string basePath ) : System

비공개 메소드들

메소드 설명
ExecuteCore ( string file, string arguments ) : Process

메소드 상세

Execute() 공개 메소드

public Execute ( string file, string arguments = null ) : int
file string
arguments string
리턴 int

ExecuteAsync() 공개 메소드

public ExecuteAsync ( string file, string arguments = null ) : void
file string
arguments string
리턴 void

Shell() 공개 메소드

public Shell ( Messages messages, string basePath ) : System
messages Messages
basePath string
리턴 System