Configuration Property

Definition

Assembly CliInvoke.Core.dll

Provides information about the configuration and parameters used to start the process. This includes details such as the file name, arguments, and other properties related to the process initialisation.

public ProcessConfiguration? Configuration { get; }

Returns