C# 클래스 SparkleLib.Git.SparkleProcess

상속: System.Diagnostics.Process
파일 보기 프로젝트 열기: brandondahler/SparkleShare

공개 메소드들

메소드 설명
SparkleProcess ( string path, string args ) : System
Start ( ) : void
StartAndReadStandardError ( ) : string
StartAndReadStandardOutput ( ) : string
StartAndWaitForExit ( ) : void

보호된 메소드들

메소드 설명
LocateCommand ( string name ) : string

메소드 상세

LocateCommand() 보호된 메소드

protected LocateCommand ( string name ) : string
name string
리턴 string

SparkleProcess() 공개 메소드

public SparkleProcess ( string path, string args ) : System
path string
args string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartAndReadStandardError() 공개 메소드

public StartAndReadStandardError ( ) : string
리턴 string

StartAndReadStandardOutput() 공개 메소드

public StartAndReadStandardOutput ( ) : string
리턴 string

StartAndWaitForExit() 공개 메소드

public StartAndWaitForExit ( ) : void
리턴 void