PythonValueObject

Assembly: Python;

Namespace: Prognoz.Platform.Interop.Python;

Description

The PythonValueObject class implements the object that can be sent in a function in the Python language.

Fore.NET Syntax

Class to get analog of the PythonValueObject class:

None;

Class to get analog of the PythonValueObject class object:

PythonObjectClass();

Constructors

  Constructor name Brief description
Create The Create constructor creates a Python object based on the sent value.

Class object properties inherited from IPythonValueObject

  Property name Brief description
Value The Value property returns object value.

Class object properties inherited from IPythonObject

  Property name Brief description
Type The Type property returns object type.

See also:

Python Assembly Classes