I can copy a value of the variable xRoslyn from a Roslyn script to xHost in the host application by using "Execute" function.
int xHost = session.Execute<int>("xRoslyn");
Is it possible to do something opposite?
Something like this ...
session.SetRoslynVariable<int>( "xRoslyn", xHost );