The Python environment.

You can obtain the Python environment using PythonEnvironment.Current.

Members are thread-safe as long as this struct is not overwritten asynchronously.

 

System.ValueType
   WebSupergoo.ABCpdf14.Python.PythonEnvironment

Implements: IEquatable<PythonEnvironment>, IComparable<PythonEnvironment>

 

   
   
Method
Description
SetUp Sets up the Python environment.
Throws Exceptions GetRuntime Gets a new runtime object for running Python code.
Equals Indicates whether this Python environment is equal to the specified Python environment.

 

   
   
Property
Description
 Current Gets the environment for Python.
Engine Gets the Python engine type.
PythonDLL Gets the path to the Python DLL/shared library used to set up the Python environment.
IsSetUp Gets whether the Python environment is set up.
IsInitialized Gets the initialization state of the Python engine.
RuntimeIsInitialized Gets or sets the initialization state of the Python runtime.