C# Class Python.Runtime.ObjectOffset

Exibir arquivo Open project: pythonnet/pythonnet Class Usage Examples

Public Properties

Property Type Description
_ob_next int
_ob_prev int
ob_refcnt int
ob_type int

Public Methods

Method Description
DictOffset ( IntPtr ob ) : int
Size ( IntPtr ob ) : int
magic ( IntPtr ob ) : int

Private Methods

Method Description
ObjectOffset ( ) : System

Method Details

DictOffset() public static method

public static DictOffset ( IntPtr ob ) : int
ob System.IntPtr
return int

Size() public static method

public static Size ( IntPtr ob ) : int
ob System.IntPtr
return int

magic() public static method

public static magic ( IntPtr ob ) : int
ob System.IntPtr
return int

Property Details

_ob_next public_oe static_oe property

public static int _ob_next
return int

_ob_prev public_oe static_oe property

public static int _ob_prev
return int

ob_refcnt public_oe static_oe property

public static int ob_refcnt
return int

ob_type public_oe static_oe property

public static int ob_type
return int