Custom UOPython Execution Engine 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public enum PythonExecutionEngineVB
Public Enumeration PythonExecutionEngineMembers
| IronPython | 0 | IronPython (.NET-hosted) engine. |
| PythonNET | 1 | Python.NET (CPython interop) engine. |