OpenSim.Region.ScriptEngine
From OpenSimulator
ScriptEngine
A ScriptEngine is a .Net Assembly (.dll) plugin that is loaded at server startup.
It can be anything from customized world-scripts such as ALife or environment control to scripts support.
Currently DotNetEngine is the only ScriptEngine available. It handles running LSL scripts.