Home

Hot Fixes

Online Help

Licence

Contact

 Support
CS-Script


PayPal

 

The latest C# Script Build

C# Script execution engine. Version (v2.7.1). Copyright (C) 2004-2010 Oleg Shilo.

Changes since the last release (v2.7.0)

  • Introduced new runtime setting OptimisticConcurrencyModel for allowing more presice concurrency control. If it is set to true (default value)  the script loading (not the execution) is globally thread-safe. If it is set to  false  the script loading is thread-safe only among loading operations for the same script file.

    CSScript.GlobalSettings.OptimisticConcurrencyModel = false;
    AsmHelper script = new AsmHelper(CSScript.Load("myScript.cs"));
    ...
Copyright (C) 2004-2010 Oleg Shilo
Donation