.NET Script Hosting and events

  • Thread starter Thread starter Tim Wallace
  • Start date Start date
T

Tim Wallace

Can anyone point to to a good tutorial for providing end users the ability
to write scripts to handle events raised by an application written in .NET
(C# in particular)? I want to allow the users of my software to be able to
write scripts that will perform processing whenever application-specific
events are raised. I'm pretty certain of what I will need to do on a high
level (provide an object model, API, whatever), but I don't know the .NET
way of doing that. Prior to .NET, I would have provided a COM object that
would do what I want.

Any help will be appreciated.

Tim
 
Back
Top