Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMessageReceiver Interface

 

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

Defines methods that receive output from a scripting engine. This interface acts as a callback object to capture output that would otherwise go to the console.

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

[GuidAttribute("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F")]
[ComVisibleAttribute(true)]
public interface class IMessageReceiver

NameDescription
System_CAPS_pubmethodMessage(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, captures the specified output.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft