N
Nathan Baker
I have a JavaScript environment using IActiveScript and friends (via
COM interop). At one point, the JavaScript passes me a function as a
parameter to an object that has been inserted into the JavaScript
using AddNamedItem.
When I look at this object and ask it for its type, it says it is a
System.__ComObject. What I want to do is invoke this function in the
environment that I have using the engine I have instantiated. Is there
a way to do this?
Thanks,
Nathan
COM interop). At one point, the JavaScript passes me a function as a
parameter to an object that has been inserted into the JavaScript
using AddNamedItem.
When I look at this object and ask it for its type, it says it is a
System.__ComObject. What I want to do is invoke this function in the
environment that I have using the engine I have instantiated. Is there
a way to do this?
Thanks,
Nathan