|
|
Features
- Support for C#, VB.NET and JScript.NET scripts. Use ScriptRun.Language property to specify
scripting engine to use.
Note: C# script uses CodeDOM engine which is available starting from .NET Framework 2.0
- Adding items to the script. You can add any .NET object to be used in the script.
Note : It's not possible to add object of types declared in the calling assembly.
- Resource processing. If running script have appropriate resx file, FileName_Resources object is automatically created and added to the script,
allowing loading resources from resx file.
- Using concept. Special word "using" can be added to the script, allowing using classes from different scripts.
demos and samples. Demos and script samples come with the product, helping to understand how to use Scripter.NET
|
|