CustomUOPythonExecutionEngine Enumeration

Specifies the Python execution engine to use.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public enum PythonExecutionEngine

Members

IronPython0IronPython (.NET-hosted) engine.
PythonNET1Python.NET (CPython interop) engine.

See Also