TClrProcessStartInfo.Arguments Property

Gets or sets the set of command-line arguments to use when starting the application.

Namespace: CNClrLib.Component.Process
published
 property Arguments: String read GetArguments write SetArguments;

Property Value

Type: String

A single string containing the arguments to pass to the target application specified in the FileName property. The default is an empty string ('').