Table of Contents

Property PythonVersion

Namespace
Alternet.Scripter.Python
Assembly
Alternet.Scripter.Python.v10.dll

PythonVersion

Gets the version of the Python runtime.

public static Version PythonVersion { get; }

Property Value

Version

Remarks

This property retrieves the major, minor, and micro version numbers of the Python runtime currently in use. It ensures the Python runtime is initialized before accessing the version information.