Assembly: Python;
Namespace: Prognoz.Platform.Interop.Python;
The PythonClassObject class implements the object that is a Python language class instance.
Class to get analog of the PythonClassObject class:
None;
Class to get analog of the PythonClassObject class object:
PythonClassObjectClass();
Constructor name | Brief description | |
Create | The Create constructor creates an object that is a class instance with the specified name. |
Property name | Brief description | |
Type | The Type property returns object type. |
Method name | Brief description | |
GetAttr | The GetAttr method gets values of the argument with the specified name from class instance. | |
Invoke | The Invoke method executes class function and returns result of its work. | |
SetAttr | The SetAttr method sets value of the argument with the specified name from class instance. |
See also: