I have a C# application that's launched from beanshell code. Is it possible for this C# application have access to objects contained in the beanshell code?
For example, in my beanshell code, I have an object A that contains a bunch of values that I'd like to use in my C# application later. How do I retrieve those values from C#?