ToolTask.ReceiveStandardOutputData(Object, DataReceivedEventArgs) Method

Definition

Queues up the output from the stdout stream of the process executing the tool, and signals the availability of the data. The Process object executing the tool calls this method for every line of text that the tool writes to stdout.

C#
protected void ReceiveStandardOutputData(object sender, System.Diagnostics.DataReceivedEventArgs e);

Parameters

sender
Object

Remarks

This method is used as a System.Diagnostics.DataReceivedEventHandler delegate.

Applies to

Product Versions
MSBuild 17
MSBuild (.NET Core) 17