Namespace TabularEditor.Shared.Scripting
Classes
ScriptException
ScriptHelper
Contains various extension methods which are commonly used in scripts
ScriptHost
This is the host class in which a C# script is executed
ScriptMethodAttribute
Public static methods that are decorated with this attribute, will be exposed to the scripting engine as top-level methods, so that the end-user does not need to specify the class name to invoke the method.