C# 클래스 GitForce.ExecResult

* Simple case: execute one command: Run() returns when the command completes return structure including the stdout safety built-in: self-terminate if there is no response within some time * More complex case: AsyncRun() command takes more time: asynchronous execution with a completion callback callbacks for stdout and stderr can terminate execution from another thread: Terminate()
파일 보기 프로젝트 열기: gdevic/GitForce 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
retcode int
stderr string
stdout string

공개 메소드들

메소드 설명
Success ( ) : bool
ToString ( ) : string

메소드 상세

Success() 공개 메소드

public Success ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

retcode 공개적으로 프로퍼티

public int retcode
리턴 int

stderr 공개적으로 프로퍼티

public string stderr
리턴 string

stdout 공개적으로 프로퍼티

public string stdout
리턴 string