Search Results for

    Show / Hide Table of Contents

    Enum HelperImplementation

    Namespace: LemonEdge.API.Core.Scripting
    Assembly: LemonEdge.API.dll
    Syntax
    public enum HelperImplementation

    Fields

    Name Description
    Dll

    Helper to use when the script needs to be compiled down to a dynamic dll and executed.

    WASM requires dynamic dlls instead of ScriptRunner

    ScriptRunner

    Helper to use when the script can be evaluated in memory using ScriptRunner.

    ScriptingUnsupported

    Helper to use if the environment does not support scripting.

    UWP does not support scripting.

    Extension Methods

    LinqExtensions.AsArray<HelperImplementation>(HelperImplementation)
    LinqExtensions.ToArrayOfOne<HelperImplementation>(HelperImplementation)
    LinqExtensions.ToListOfOne<HelperImplementation>(HelperImplementation)
    MiscExtensions.SetIfNotEqual<HelperImplementation, TP>(HelperImplementation, Expression<Func<HelperImplementation, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.