C# 클래스 VSNDK.Tasks.AsyncExec

상속: Microsoft.Build.Tasks.Exec
파일 보기 프로젝트 열기: blackberry/VSPlugin

공개 메소드들

메소드 설명
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