TClrProcessStartInfo.Create(String,String) Constructor
Creates and initializes a TClrProcessStartInfo instance. with the specified Filename and Arguments.
public constructor Create(FileName: String; Arguments: String); overload;
Parameters
- FileName
- Type: String
An application or document with which to start a process.
- Arguments
- Type: String
Command-line arguments to pass to the application when the process starts.