C# Класс GitScc.Blinkbox.SccCommand

Runs a command in a new process.
Наследование: System.Diagnostics.Process
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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