C# 클래스 UnityEditor.MonoProcessRunner

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

공개 프로퍼티들

프로퍼티 타입 설명
Error StringBuilder
Output StringBuilder

공개 메소드들

메소드 설명
Run ( Process process ) : bool

비공개 메소드들

메소드 설명
ReadErrors ( object process ) : void
ReadOutput ( object process ) : void

메소드 상세

Run() 공개 메소드

public Run ( Process process ) : bool
process System.Diagnostics.Process
리턴 bool

프로퍼티 상세

Error 공개적으로 프로퍼티

public StringBuilder Error
리턴 StringBuilder

Output 공개적으로 프로퍼티

public StringBuilder Output
리턴 StringBuilder