You are here: Start » AVL.NET » PythonObject Class

PythonObject Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
PythonObject()
PythonObject(PythonObject)

Properties

 NameTypeDescription
AsBooleanArraySystem.Collections.Generic.List<System.Boolean>
AsBooleanSystem.Boolean
AsDoubleArraySystem.Collections.Generic.List<System.Double>
AsDoubleSystem.Double
AsIntegerSystem.Int32
AsLongArraySystem.Collections.Generic.List<System.Int64>
AsLongSystem.Int64
AsRealSystem.Single
AssignBooleanArraySystem.Collections.Generic.List<System.Boolean>
AssignIntegerArraySystem.Collections.Generic.List<System.Int64>
AssignRealArraySystem.Collections.Generic.List<System.Double>
AssignStringArraySystem.Collections.Generic.List<System.String>
AsStringArraySystem.Collections.Generic.List<System.String>
AsStringSystem.String
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsEmptyArraySystem.Boolean
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
KindAvl.PythonObjectKind

Methods

 NameDescription
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

See also