Assembly: Python;
Namespace: Prognoz.Platform.Interop.Python;
The Python class contains a static method that is used to execute functions in the Python language.
This class enables the user to execute functions in the Python language without creating new separate objects. The class is available only using Fore.
Method name | Brief description | |
Invoke | The Invoke method executes function in the Python language and returns result of its work. |
See also: