IMessageReceiver::Message Method (String^)
.NET Framework (current version)
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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Parameters
- strValue
-
Type:
System::String^
The output to capture.
An implementation of this method can send the output to any location you want. For example, it can send the output to a file, store it in a data structure, or print it to a console.
.NET Framework
Available since 1.1
Available since 1.1
Show: