ToolTask.UseCommandProcessor Property

Definition

When set to true, the tool task will create a batch file for the command-line and execute that using the command-processor, rather than executing the command directly.

C#
public bool UseCommandProcessor { get; set; }
C#
public bool UseCommandProcessor { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

true if the tool task will create a batch file for the command-line and execute that using the command-processor; false if the tool task will execute the command directly.

Attributes

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1