menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScriptEngineFactory - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved