C# 클래스 GitScc.Blinkbox.SccCommand

Runs a command in a new process.
상속: System.Diagnostics.Process
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider 1 사용 예제들

공개 메소드들

메소드 설명
SccCommand ( string command, string arguments ) : System

Initializes a new instance of the SccCommand class.

Start ( ) : SccCommand

Executes the command

비공개 메소드들

메소드 설명
ReceiveOutput ( DataReceivedEventArgs args ) : void

Receives output from the process

메소드 상세

SccCommand() 공개 메소드

Initializes a new instance of the SccCommand class.
public SccCommand ( string command, string arguments ) : System
command string The command.
arguments string The arguments.
리턴 System

Start() 공개 메소드

Executes the command
public Start ( ) : SccCommand
리턴 SccCommand