C# Class GitScc.Blinkbox.SccCommand

Runs a command in a new process.
Inheritance: System.Diagnostics.Process
Mostra file Open project: blinkbox/Git-Source-Control-Provider Class Usage Examples

Public Methods

Method Description
SccCommand ( string command, string arguments ) : System

Initializes a new instance of the SccCommand class.

Start ( ) : SccCommand

Executes the command

Private Methods

Method Description
ReceiveOutput ( DataReceivedEventArgs args ) : void

Receives output from the process

Method Details

SccCommand() public method

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

Start() public method

Executes the command
public Start ( ) : SccCommand
return SccCommand