You are here: Start » AVL.NET » PythonObject Class
PythonObject Class
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | PythonObject() | |
![]() | PythonObject(PythonObject) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | AsBooleanArray | System.Collections.Generic.List<System.Boolean> | |
![]() | AsBoolean | System.Boolean | |
![]() | AsDoubleArray | System.Collections.Generic.List<System.Double> | |
![]() | AsDouble | System.Double | |
![]() | AsInteger | System.Int32 | |
![]() | AsLongArray | System.Collections.Generic.List<System.Int64> | |
![]() | AsLong | System.Int64 | |
![]() | AsReal | System.Single | |
![]() | AssignBooleanArray | System.Collections.Generic.List<System.Boolean> | |
![]() | AssignIntegerArray | System.Collections.Generic.List<System.Int64> | |
![]() | AssignRealArray | System.Collections.Generic.List<System.Double> | |
![]() | AssignStringArray | System.Collections.Generic.List<System.String> | |
![]() | AsStringArray | System.Collections.Generic.List<System.String> | |
![]() | AsString | System.String | |
![]() | IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | IsEmptyArray | System.Boolean | |
![]() | IsView | System.Boolean | Inherited from Avl.UnmanagedObject |
![]() | Kind | Avl.PythonObjectKind |
Methods
Name | Description | |
---|---|---|
![]() | AssignBoolean() | |
![]() | AssignBoolean(bool) | |
![]() | AssignEmptyArray() | |
![]() | AssignInteger() | |
![]() | AssignInteger(long) | |
![]() | AssignNone() | |
![]() | AssignReal() | |
![]() | AssignReal(double) | |
![]() | AssignString() | |
![]() | AssignString(string) | |
![]() | CopyTo(Avl.PythonObject) | |
![]() | Dispose() | Inherited from Avl.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Avl.PythonObject) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Avl.PythonObject) | |
![]() | ToIntegerArray(List<int>) | |
![]() | ToRealArray(List<float>) | |
![]() | ToString() | Inherited from System.Object |