Enum: EngineType

Enum used to specifiy what engine type to use for script execution.

Fields

Name Description
CPython Used to specify that Python scripts will be executed with the CPython engine.
IronPython Used to specify that Python scripts will be executed with the IronPython engine.
Unspecified Unspecified.