PythonEngineVersion public enum PythonEngineVersion Enum of possible values of python engine versions. Documentation Code CPython3 = 2 IronPython2 = 1 Unknown = 3 Unspecified = 0