Click or drag to resize

IRecorderExternal Method

Writes a line starting with "external ", ending with a new line, containing the given string in between (which must not contain "\n" or "\r"), to the currently ongoing recordings. This is the format expected for fine-grain external attribute changes, the string is passed to External of the graph model on replaying, which is forwarding it to external user code for parsing and executing the changes.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
void External(
	string value
)

Parameters

value
Type: SystemString
The string to write to the recordings
See Also