Namespace Syncfusion.Scripting
Classes
AssemblyDescriptor
Summary description for AssemblyDescriptor. |
AssemblyDescriptorCollection
Type-safe collection for AssemblyDescriptor objects. |
CSharpScriptEngine
Summary description for CSharpScriptEngine. |
CSharpVsaCodeItem
Summary description for CSharpCodeItem. |
CSharpVsaError
Summary description for CSharpVsaError. |
CSharpVsaGlobalItem
Describes global objects added to the script engine. |
CSharpVsaItem
Implements an interface for all items added to the CSharpVsaEngine, including code items, reference items, and global items. It defines generic properties and methods that apply to all item types recognized by the engine. |
CSharpVsaItems
Implements an interface for a collection of IVsaItem objects, which can be addressed either by name or by index. |
CSharpVsaReferenceItem
Describes a reference added to the script engine. |
DefaultScriptSite |
Library
Class help to simply version switching |
Script
Encapsulates the source code, references, and global instances of a script. |
ScriptBrowsableAttribute
Attribute alow to specify which element of class accessable for Script engine edit control can be show in model tree. |
ScriptEngineFactory |
ScriptEventArgs |
ScriptingManager
Encapsulates a script, script site, and script engine as a single component. |
ScriptLanguagesConverter |
ScriptLanguageUtilities |
ScriptObject
Encapsulates the name and type of an object in a script. |
ScriptObjectCollection
Type-safe collection for ScriptObject objects. |
ScriptSite
Provides the script engine with access to objects referenced by the script. |
VsaErrorEventArgs
Encapsulates arguments for VSA error events. |
Enums
PropertyType
Describe the property type for showing in ScriptObjectBrowser |
ScriptLanguages
Languages supported by the scripting subsystem. |
Delegates
ScriptEventHandler
Signature for script event handlers. |
VsaErrorEventHandler
Signature for VSA error event handlers. |