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. |