C# 클래스 Build.Shell

파일 보기 프로젝트 열기: plioi/parsley

공개 메소드들

메소드 설명
dotnet ( string command ) : void
run ( string commandName, string arguments = "" ) : void

메소드 상세

dotnet() 공개 정적인 메소드

public static dotnet ( string command ) : void
command string
리턴 void

run() 공개 정적인 메소드

public static run ( string commandName, string arguments = "" ) : void
commandName string
arguments string
리턴 void