Questions tagged [scripting-interface]
2 questions
36
votes
8 answers
How do I get started designing and implementing a script interface for my .NET application?
How do I get started designing and implementing a script interface for my .NET application?
There is VSTA (the .NET equivalent of VBA for COM), but as far as I understand I would have to pay a license fee for every installation of my application. It…

Peter Mortensen
- 30,738
- 21
- 105
- 131
8
votes
1 answer
IronRuby as a scripting language in .NET
I want to use IronRuby as a scripting language (as Lua, for example) in my .NET project.
For example, I want to be able to subscribe from a Ruby script to specific events, fired in the host application, and call Ruby methods from it.
I'm using this…

rubyist111
- 83
- 3