C# Класс VSNDK.Tasks.AsyncExec

Наследование: Microsoft.Build.Tasks.Exec
Показать файл Открыть проект

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

Метод Описание
Decrypt ( string cipher ) : string

Helper Function to Decrypt Password

Защищенные методы

Метод Описание
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int

Execute given command asynchronously.

GetProcessStartInfo ( string executable, string arguments ) : ProcessStartInfo

Helper function to create the ProcessStartInfo object for the running process.

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

Decrypt() публичный Метод

Helper Function to Decrypt Password
public Decrypt ( string cipher ) : string
cipher string
Результат string

ExecuteTool() защищенный Метод

Execute given command asynchronously.
protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string Path of executable to be run.
responseFileCommands string Response file commands
commandLineCommands string Command Line Arguments
Результат int

GetProcessStartInfo() защищенный Метод

Helper function to create the ProcessStartInfo object for the running process.
protected GetProcessStartInfo ( string executable, string arguments ) : ProcessStartInfo
executable string Path of executable to be run.
arguments string Command Line Arguments
Результат System.Diagnostics.ProcessStartInfo