C# Класс Net.XpFramework.Runner.Executor

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( string base_dir, string runner, string tool, string modules, string includes, string args ) : int

Creates and runs the executor instance. Returns the process' exitcode.

Instance ( string base_dir, string runner, string tool, string modules, string includes, string args ) : Process

Creates the executor process instance

Process ( StreamReader reader, TextWriter writer ) : void

Приватные методы

Метод Описание
Encode ( string arg ) : string

Encodes a given string for use in a command line argument, using unicode escape sequences. The returned string is enclosed in double quotes. Double quotes and backslashes have been escaped.

Pass ( string arg ) : string

Encodes a given string for use in a command line argument. The returned string is enclosed in double quotes. Double quotes and backslashes have been escaped.

Описание методов

Execute() публичный статический Метод

Creates and runs the executor instance. Returns the process' exitcode.
public static Execute ( string base_dir, string runner, string tool, string modules, string includes, string args ) : int
base_dir string
runner string
tool string
modules string
includes string
args string
Результат int

Instance() публичный статический Метод

Creates the executor process instance
public static Instance ( string base_dir, string runner, string tool, string modules, string includes, string args ) : Process
base_dir string
runner string
tool string
modules string
includes string
args string
Результат Process

Process() публичный статический Метод

public static Process ( StreamReader reader, TextWriter writer ) : void
reader StreamReader
writer TextWriter
Результат void