Enum used to specifiy what engine type to use for script execution.
Declaration Syntax
public enum EngineType
Table 1174: Members
|
Member |
CPython |
Used to specify that Python scripts will be executed with the CPython engine. |
|
Member |
IronPython |
Used to specify that Python scripts will be executed with the IronPython engine. |