IRedirectOutput Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines methods that capture output that would otherwise go to the console. This interface is implemented by the VsaEngine.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[<GuidAttribute("5B807FA1-00CD-46ee-A493-FD80AC944715")>]
[<ComVisibleAttribute(true)>]
type IRedirectOutput = interface end

NameDescription
System_CAPS_pubmethodSetOutputStream(IMessageReceiver)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, redirects the specified output stream to a new stream or data storage.

.NET Framework
Available since 1.1
Return to top
Show: