ToolTask.GetProcessStartInfo(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the information required to spawn the process executing the tool.
protected:
virtual System::Diagnostics::ProcessStartInfo ^ GetProcessStartInfo(System::String ^ pathToTool, System::String ^ commandLineCommands, System::String ^ responseFileSwitch);
protected:
System::Diagnostics::ProcessStartInfo ^ GetProcessStartInfo(System::String ^ pathToTool, System::String ^ commandLineCommands, System::String ^ responseFileSwitch);
protected virtual System.Diagnostics.ProcessStartInfo GetProcessStartInfo (string pathToTool, string commandLineCommands, string responseFileSwitch);
protected System.Diagnostics.ProcessStartInfo GetProcessStartInfo (string pathToTool, string commandLineCommands, string responseFileSwitch);
abstract member GetProcessStartInfo : string * string * string -> System.Diagnostics.ProcessStartInfo
override this.GetProcessStartInfo : string * string * string -> System.Diagnostics.ProcessStartInfo
member this.GetProcessStartInfo : string * string * string -> System.Diagnostics.ProcessStartInfo
Protected Overridable Function GetProcessStartInfo (pathToTool As String, commandLineCommands As String, responseFileSwitch As String) As ProcessStartInfo
Protected Function GetProcessStartInfo (pathToTool As String, commandLineCommands As String, responseFileSwitch As String) As ProcessStartInfo
Parameters
- pathToTool
- String
- commandLineCommands
- String
- responseFileSwitch
- String
Returns
The information required to start the process.