ILRepackSettings.

Parallel Property

Summary

Gets or sets a value indicating whether to use as many CPUs as possible to merge the assemblies.
Namespace
Cake.Common.Tools.ILRepack
Containing Type
ILRepackSettings

Syntax

public bool Parallel { get; set; }

Value

Type Description
bool true if merging should use as many CPUs as possible in parallel; otherwise, false.