WinMDExp.GetProcessStartInfo(String, String, String) Method

Definition

protected:
 override System::Diagnostics::ProcessStartInfo ^ GetProcessStartInfo(System::String ^ pathToTool, System::String ^ commandLineCommands, System::String ^ responseFileSwitch);
protected override System.Diagnostics.ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch);
override this.GetProcessStartInfo : string * string * string -> System.Diagnostics.ProcessStartInfo
Protected Overrides Function GetProcessStartInfo (pathToTool As String, commandLineCommands As String, responseFileSwitch As String) As ProcessStartInfo

Parameters

pathToTool
String
commandLineCommands
String
responseFileSwitch
String

Returns

Applies to