A
Alex Blekhman
Hello,
I want to execute piece of code, which was created/loaded dynamically.
JScript/VBScript have this possibility via eval() method. How can I do
something similar in VB.NET? If I can't, then what are the alternatives?
A little background for my problem. I need to implement an application which
enumerates some data. On each data item it calls external plug-ins/hooks. I
need to implement these hooks as simple as possible. Ultimate goal is .js or
..vbs file with function that user will write. However, I don't know how to
execute this function from VB.NET.
Thanks in advance
Alex
I want to execute piece of code, which was created/loaded dynamically.
JScript/VBScript have this possibility via eval() method. How can I do
something similar in VB.NET? If I can't, then what are the alternatives?
A little background for my problem. I need to implement an application which
enumerates some data. On each data item it calls external plug-ins/hooks. I
need to implement these hooks as simple as possible. Ultimate goal is .js or
..vbs file with function that user will write. However, I don't know how to
execute this function from VB.NET.
Thanks in advance
Alex