Assembly: Python;
Namespace: Prognoz.Platform.Interop.Python;
The PythonValueObject class implements the object that can be sent in a function in the Python language.
Class to get analog of the PythonValueObject class:
None;
Class to get analog of the PythonValueObject class object:
PythonObjectClass();
| Constructor name | Brief description | |
| Create | The Create constructor creates a Python object based on the sent value. |
| Property name | Brief description | |
| Value | The Value property returns object value. |
| Property name | Brief description | |
| Type | The Type property returns object type. |
See also: