|
ScriptsMatter Getting Started HOWTO. |
|
|
|
|
Page 1 of 3
Hello, guys.
Well, let’s have fun embedding scripting support into your application. You will see how easy it is with ScriptsMatter .NET library. To make everything as simple as possible, let us create console application that will demonstrate synchronous and asynchronous scripting modes with cancelation of running script possibilities. The application will provide a host to the scripts with single function “Log”. Scripts will call the host’s Log function periodically to report progress.
Despite you may use any programming language for scripts that is part of .NET infrastructure (“CSharp”, “VisualBasic”, “Jscript”), we will use “VisualBasic“ for the simplicity.
Ok. Time to start the game.
|