C# 클래스 Sparkles.Command

상속: System.Diagnostics.Process
파일 보기 프로젝트 열기: hbons/SparkleShare 1 사용 예제들

공개 메소드들

메소드 설명
Command ( string path, string args ) : System
Command ( string path, string args, bool write_output ) : System
SetEnvironmentVariable ( string variable, string content ) : void
Start ( ) : void
StartAndReadStandardError ( ) : string
StartAndReadStandardOutput ( ) : string
StartAndWaitForExit ( ) : void

보호된 메소드들

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

메소드 상세

Command() 공개 메소드

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

Command() 공개 메소드

public Command ( string path, string args, bool write_output ) : System
path string
args string
write_output bool
리턴 System

LocateCommand() 보호된 정적인 메소드

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

SetEnvironmentVariable() 공개 메소드

public SetEnvironmentVariable ( string variable, string content ) : void
variable string
content string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartAndReadStandardError() 공개 메소드

public StartAndReadStandardError ( ) : string
리턴 string

StartAndReadStandardOutput() 공개 메소드

public StartAndReadStandardOutput ( ) : string
리턴 string

StartAndWaitForExit() 공개 메소드

public StartAndWaitForExit ( ) : void
리턴 void