Tag: Engine

The scripting engine used to execute the extension's scripts.

Tree

Mandatory Attributes

Name Description Type Allowed Values
context Context or combination of contexts (separated using '|') for the engine. String[] Mechanical

Optional Attributes

Name Description Type Default Value Allowed Values
type Specifies what scripting engine to use for the extension. It defaults to IronPython but can be switched to CPython. String IronPython IronPython, CPython