C# 클래스 GoogleTestAdapter.VsPackage.Helpers.TestProcessLauncher

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
GetOutputStreams ( string workingDirectory, string command, string param, List &standardOut, List &standardErr ) : int

비공개 메소드들

메소드 설명
CreateProcess ( string workingDirectory, string command, string param ) : Process

메소드 상세

GetOutputStreams() 공개 메소드

public GetOutputStreams ( string workingDirectory, string command, string param, List &standardOut, List &standardErr ) : int
workingDirectory string
command string
param string
standardOut List
standardErr List
리턴 int