Class ScriptEngineFactory
Inheritance
System.Object
ScriptEngineFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Scripting
Assembly: Syncfusion.Scripting.Base.dll
Syntax
public class ScriptEngineFactory
Constructors
ScriptEngineFactory()
Declaration
public ScriptEngineFactory()
Properties
SupportedLanguages
Declaration
public static ICollection SupportedLanguages { get; }
Property Value
Type |
---|
System.Collections.ICollection |
Methods
CreateScriptEngine(ScriptLanguages)
Declaration
public static IVsaEngine CreateScriptEngine(ScriptLanguages lang)
Parameters
Type | Name | Description |
---|---|---|
ScriptLanguages | lang |
Returns
Type |
---|
Microsoft.Vsa.IVsaEngine |
RegisterScriptEngine(ScriptLanguages, Type)
Declaration
public static void RegisterScriptEngine(ScriptLanguages lang, Type scriptEngineType)
Parameters
Type | Name | Description |
---|---|---|
ScriptLanguages | lang | |
System.Type | scriptEngineType |