1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SeparateProcessOptions
  8. /
  9. UseDotnetToStartProcess

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