C# Class GitScc.Blinkbox.SccCommand

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

Méthodes publiques

Méthode Description
SccCommand ( string command, string arguments ) : System

Initializes a new instance of the SccCommand class.

Start ( ) : SccCommand

Executes the command

Private Methods

Méthode Description
ReceiveOutput ( DataReceivedEventArgs args ) : void

Receives output from the process

Method Details

SccCommand() public méthode

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

Start() public méthode

Executes the command
public Start ( ) : SccCommand
Résultat SccCommand