C# Class VSNDK.Tasks.AsyncExec

Inheritance: Microsoft.Build.Tasks.Exec
Afficher le fichier Open project: blackberry/VSPlugin

Méthodes publiques

Méthode Description
Decrypt ( string cipher ) : string

Helper Function to Decrypt Password

Méthodes protégées

Méthode Description
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.

Method Details

Decrypt() public méthode

Helper Function to Decrypt Password
public Decrypt ( string cipher ) : string
cipher string
Résultat string

ExecuteTool() protected méthode

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
Résultat int

GetProcessStartInfo() protected méthode

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
Résultat System.Diagnostics.ProcessStartInfo