UseDotnetToStartProcess

SeparateProcessOptions.UseDotnetToStartProcess property

Gets or sets the flag for using dotnet to start the process. The default value is true. Set the value to false if you want to start a self-contained application. Note that dotnet is never used to start on the old .NET Framework.

public bool UseDotnetToStartProcess { get; set; }

Property Value

The flag for using dotnet to start the process.

See Also