IDkmDeploymentCommandCallback.OnStdOut(DkmDeploymentCommand, String) Method

Definition

Indication that the target wrote to stdout. This is also used for StdErr if the DkmDeploymentCommandFlags.CombineStdErr flag is used.

public:
 void OnStdOut(Microsoft::VisualStudio::Debugger::DefaultPort::DkmDeploymentCommand ^ deploymentCommand, System::String ^ text);
public void OnStdOut (Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand deploymentCommand, string text);
abstract member OnStdOut : Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand * string -> unit
Public Sub OnStdOut (deploymentCommand As DkmDeploymentCommand, text As String)

Parameters

deploymentCommand
DkmDeploymentCommand

[In] Object representing an arbitrary executable which is executed on the target computer.

text
String

[In] Text written to stdout.

Applies to