Python

Assembly: Python;

Namespace: Prognoz.Platform.Interop.Python;

Description

The Python class contains a static method that is used to execute functions in the Python language.

Comments

This class enables the user to execute functions in the Python language without creating new separate objects. The class is available only using Fore.

Static Class Methods

  Method name Brief description
Invoke The Invoke method executes function in the Python language and returns result of its work.

See also:

Python Assembly Classes