Options for initializing the Python runtime.

System.Object
   WebSupergoo.ABCpdf14.Python.PythonRuntimeOptions

Implements: ICloneable

 

   
   
Method
Description
Throws Exceptions GetInitializationCode Gets the initialization code.
Throws Exceptions InitializeRuntime Initializes the Python runtime.

 

   
   
Property
Description
VEnvPath Gets or sets the directory path for a Python virtual environment.
StdOutCallback Gets or sets the delegate to be invoked when sys.
StdErrCallback Gets or sets the delegate to be invoked when sys.
VarVEnvPath Gets or sets the variable name for VEnvPath in the initialization code.
VarStdOutCallback Gets or sets the variable name for StdOutCallback in the initialization code.
VarStdErrCallback Gets or sets the variable name for StdErrCallback in the initialization code.
ConsoleClassName Gets or sets the class name of the objects assigned to sys.